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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6394",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6395,
    "results": [
        {
            "start": 873602835,
            "stop": 873602932
        },
        {
            "start": 873602933,
            "stop": 873603131
        },
        {
            "start": 873603132,
            "stop": 873603249
        },
        {
            "start": 873603250,
            "stop": 873603417
        },
        {
            "start": 873603418,
            "stop": 873603444
        },
        {
            "start": 873603446,
            "stop": 873603461
        },
        {
            "start": 873603462,
            "stop": 873603473
        },
        {
            "start": 873603474,
            "stop": 873603511
        },
        {
            "start": 873603512,
            "stop": 873603553
        },
        {
            "start": 873603554,
            "stop": 873603628
        },
        {
            "start": 873603630,
            "stop": 873603737
        },
        {
            "start": 873603738,
            "stop": 873603831
        },
        {
            "start": 873603832,
            "stop": 873603839
        },
        {
            "start": 873603840,
            "stop": 873604163
        },
        {
            "start": 873604165,
            "stop": 873604364
        },
        {
            "start": 873604365,
            "stop": 873604573
        },
        {
            "start": 873604574,
            "stop": 873605271
        },
        {
            "start": 873605273,
            "stop": 873605278
        },
        {
            "start": 873605279,
            "stop": 873605291
        },
        {
            "start": 873605293,
            "stop": 873605652
        }
    ]
}