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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=303",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 304,
    "results": [
        {
            "start": 822047890,
            "stop": 822049070
        },
        {
            "start": 822049150,
            "stop": 822049860
        },
        {
            "start": 822049920,
            "stop": 822051600
        },
        {
            "start": 822051780,
            "stop": 822054290
        },
        {
            "start": 822054370,
            "stop": 822061190
        },
        {
            "start": 822061270,
            "stop": 822061970
        },
        {
            "start": 822062050,
            "stop": 822063524
        },
        {
            "start": 822063705,
            "stop": 822064070
        },
        {
            "start": 822064270,
            "stop": 822064300
        },
        {
            "start": 822064304,
            "stop": 822064933
        },
        {
            "start": 822065156,
            "stop": 822065270
        },
        {
            "start": 822065350,
            "stop": 822065390
        },
        {
            "start": 822065470,
            "stop": 822066192
        },
        {
            "start": 822066974,
            "stop": 822067370
        },
        {
            "start": 822067450,
            "stop": 822068510
        },
        {
            "start": 822068590,
            "stop": 822069900
        },
        {
            "start": 822070090,
            "stop": 822070610
        },
        {
            "start": 822070690,
            "stop": 822071210
        },
        {
            "start": 822071350,
            "stop": 822071870
        },
        {
            "start": 822071950,
            "stop": 822072780
        }
    ]
}