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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=348",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 349,
    "results": [
        {
            "start": 931785476,
            "stop": 931785483
        },
        {
            "start": 931785485,
            "stop": 931785492
        },
        {
            "start": 931785494,
            "stop": 931785520
        },
        {
            "start": 931785521,
            "stop": 931785531
        },
        {
            "start": 931785533,
            "stop": 931785537
        },
        {
            "start": 931785539,
            "stop": 931785542
        },
        {
            "start": 931785543,
            "stop": 931785545
        },
        {
            "start": 931785546,
            "stop": 931785548
        },
        {
            "start": 931785549,
            "stop": 931785551
        },
        {
            "start": 931785552,
            "stop": 931785557
        },
        {
            "start": 931785560,
            "stop": 931785562
        },
        {
            "start": 931785564,
            "stop": 931785565
        },
        {
            "start": 931785574,
            "stop": 931785576
        },
        {
            "start": 931785577,
            "stop": 931785579
        },
        {
            "start": 931785580,
            "stop": 931785585
        },
        {
            "start": 931785587,
            "stop": 931785596
        },
        {
            "start": 931785598,
            "stop": 931785612
        },
        {
            "start": 931785614,
            "stop": 931785617
        },
        {
            "start": 931785618,
            "stop": 931785675
        },
        {
            "start": 931785677,
            "stop": 931785684
        }
    ]
}