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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=386",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 387,
    "results": [
        {
            "start": 824216932,
            "stop": 824216995
        },
        {
            "start": 824216998,
            "stop": 824217134
        },
        {
            "start": 824217138,
            "stop": 824217152
        },
        {
            "start": 824221813,
            "stop": 824222249
        },
        {
            "start": 824222253,
            "stop": 824223048
        },
        {
            "start": 824223053,
            "stop": 824223200
        },
        {
            "start": 824223232,
            "stop": 824223255
        },
        {
            "start": 824223272,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824299872
        },
        {
            "start": 824300172,
            "stop": 824300226
        },
        {
            "start": 824300336,
            "stop": 824307505
        },
        {
            "start": 824307524,
            "stop": 824307561
        },
        {
            "start": 824307580,
            "stop": 824307583
        },
        {
            "start": 824307603,
            "stop": 824308974
        },
        {
            "start": 824308991,
            "stop": 824309609
        },
        {
            "start": 824309626,
            "stop": 824310294
        },
        {
            "start": 824310316,
            "stop": 824310694
        },
        {
            "start": 824310698,
            "stop": 824312280
        },
        {
            "start": 824312297,
            "stop": 824313924
        },
        {
            "start": 824313941,
            "stop": 824314087
        }
    ]
}