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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4235",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4236,
    "results": [
        {
            "start": 874547386,
            "stop": 874547400
        },
        {
            "start": 874547598,
            "stop": 874547606
        },
        {
            "start": 874547625,
            "stop": 874547671
        },
        {
            "start": 874547690,
            "stop": 874547700
        },
        {
            "start": 874547760,
            "stop": 874547824
        },
        {
            "start": 874547940,
            "stop": 874547959
        },
        {
            "start": 874547993,
            "stop": 874548120
        },
        {
            "start": 874548180,
            "stop": 874548181
        },
        {
            "start": 874548201,
            "stop": 874548213
        },
        {
            "start": 874548233,
            "stop": 874548248
        },
        {
            "start": 874548268,
            "stop": 874548308
        },
        {
            "start": 874548340,
            "stop": 874548350
        },
        {
            "start": 874548488,
            "stop": 874548505
        },
        {
            "start": 874548525,
            "stop": 874548577
        },
        {
            "start": 874548636,
            "stop": 874548644
        },
        {
            "start": 874548682,
            "stop": 874548707
        },
        {
            "start": 874548726,
            "stop": 874548757
        },
        {
            "start": 874548777,
            "stop": 874548780
        },
        {
            "start": 874548900,
            "stop": 874548913
        },
        {
            "start": 874548932,
            "stop": 874548944
        }
    ]
}