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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=259",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 260,
    "results": [
        {
            "start": 822061270,
            "stop": 822061970
        },
        {
            "start": 822062050,
            "stop": 822063524
        },
        {
            "start": 822063705,
            "stop": 822064070
        },
        {
            "start": 822064270,
            "stop": 822064300
        },
        {
            "start": 822064304,
            "stop": 822064933
        },
        {
            "start": 822064942,
            "stop": 822064943
        },
        {
            "start": 822065156,
            "stop": 822065270
        },
        {
            "start": 822065350,
            "stop": 822065390
        },
        {
            "start": 822065470,
            "stop": 822066194
        },
        {
            "start": 822066974,
            "stop": 822067370
        },
        {
            "start": 822067450,
            "stop": 822068510
        },
        {
            "start": 822068590,
            "stop": 822069950
        },
        {
            "start": 822070090,
            "stop": 822070610
        },
        {
            "start": 822070690,
            "stop": 822071210
        },
        {
            "start": 822071350,
            "stop": 822071870
        },
        {
            "start": 822071950,
            "stop": 822073790
        },
        {
            "start": 822073930,
            "stop": 822075410
        },
        {
            "start": 822075550,
            "stop": 822077713
        },
        {
            "start": 822077762,
            "stop": 822077764
        },
        {
            "start": 822079059,
            "stop": 822080690
        }
    ]
}