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/H2_CBCHIGH_CAT4/segments?format=api&page=149
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=148",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 149,
    "results": [
        {
            "start": 818653860,
            "stop": 818654427
        },
        {
            "start": 818655004,
            "stop": 818657149
        },
        {
            "start": 818657372,
            "stop": 818658823
        },
        {
            "start": 818659004,
            "stop": 818660139
        },
        {
            "start": 818660259,
            "stop": 818661279
        },
        {
            "start": 818661399,
            "stop": 818677263
        },
        {
            "start": 818679152,
            "stop": 818684253
        },
        {
            "start": 818684270,
            "stop": 818686543
        },
        {
            "start": 818686724,
            "stop": 818687130
        },
        {
            "start": 818688257,
            "stop": 818691883
        },
        {
            "start": 818692064,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818695196
        },
        {
            "start": 818695316,
            "stop": 818696008
        },
        {
            "start": 818696194,
            "stop": 818697623
        },
        {
            "start": 818697743,
            "stop": 818700291
        },
        {
            "start": 818700411,
            "stop": 818702387
        },
        {
            "start": 818702507,
            "stop": 818704930
        },
        {
            "start": 818705174,
            "stop": 818707588
        },
        {
            "start": 818707589,
            "stop": 818707686
        },
        {
            "start": 818707703,
            "stop": 818711443
        }
    ]
}