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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=362",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 363,
    "results": [
        {
            "start": 864581986,
            "stop": 864584580
        },
        {
            "start": 864584640,
            "stop": 864585096
        },
        {
            "start": 864585396,
            "stop": 864585769
        },
        {
            "start": 864586439,
            "stop": 864589534
        },
        {
            "start": 864589556,
            "stop": 864590032
        },
        {
            "start": 864590053,
            "stop": 864590054
        },
        {
            "start": 864590085,
            "stop": 864590086
        },
        {
            "start": 864590103,
            "stop": 864592272
        },
        {
            "start": 864593820,
            "stop": 864593952
        },
        {
            "start": 864595062,
            "stop": 864595765
        },
        {
            "start": 864595784,
            "stop": 864600587
        },
        {
            "start": 864600608,
            "stop": 864600619
        },
        {
            "start": 864600702,
            "stop": 864600709
        },
        {
            "start": 864600780,
            "stop": 864604554
        },
        {
            "start": 864604664,
            "stop": 864605629
        },
        {
            "start": 864605929,
            "stop": 864606637
        },
        {
            "start": 864607754,
            "stop": 864607773
        },
        {
            "start": 864608173,
            "stop": 864608387
        },
        {
            "start": 864608393,
            "stop": 864608698
        },
        {
            "start": 864608802,
            "stop": 864612149
        }
    ]
}