Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2027
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2026",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2027,
    "results": [
        {
            "start": 859076180,
            "stop": 859077083
        },
        {
            "start": 859077137,
            "stop": 859077138
        },
        {
            "start": 859077141,
            "stop": 859077393
        },
        {
            "start": 859077693,
            "stop": 859077723
        },
        {
            "start": 859077833,
            "stop": 859078176
        },
        {
            "start": 859078177,
            "stop": 859078190
        },
        {
            "start": 859078237,
            "stop": 859078633
        },
        {
            "start": 859079114,
            "stop": 859079161
        },
        {
            "start": 859079271,
            "stop": 859079392
        },
        {
            "start": 859079395,
            "stop": 859079424
        },
        {
            "start": 859080526,
            "stop": 859080535
        },
        {
            "start": 859080632,
            "stop": 859080869
        },
        {
            "start": 859081169,
            "stop": 859081266
        },
        {
            "start": 859081268,
            "stop": 859081282
        },
        {
            "start": 859081288,
            "stop": 859081469
        },
        {
            "start": 859081471,
            "stop": 859081830
        },
        {
            "start": 859081831,
            "stop": 859081842
        },
        {
            "start": 859081844,
            "stop": 859081851
        },
        {
            "start": 859081852,
            "stop": 859081857
        },
        {
            "start": 859081858,
            "stop": 859081932
        }
    ]
}