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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=452",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 453,
    "results": [
        {
            "start": 827258398,
            "stop": 827258411
        },
        {
            "start": 827258418,
            "stop": 827258602
        },
        {
            "start": 827258609,
            "stop": 827259050
        },
        {
            "start": 827259190,
            "stop": 827259404
        },
        {
            "start": 827259585,
            "stop": 827260190
        },
        {
            "start": 827260346,
            "stop": 827261118
        },
        {
            "start": 827261125,
            "stop": 827263670
        },
        {
            "start": 827263750,
            "stop": 827264336
        },
        {
            "start": 827264340,
            "stop": 827264450
        },
        {
            "start": 827264530,
            "stop": 827265357
        },
        {
            "start": 827265364,
            "stop": 827267773
        },
        {
            "start": 827269402,
            "stop": 827269664
        },
        {
            "start": 827269672,
            "stop": 827269731
        },
        {
            "start": 827269739,
            "stop": 827269799
        },
        {
            "start": 827269806,
            "stop": 827269861
        },
        {
            "start": 827269865,
            "stop": 827270270
        },
        {
            "start": 827270350,
            "stop": 827270816
        },
        {
            "start": 827270823,
            "stop": 827271590
        },
        {
            "start": 827271670,
            "stop": 827271872
        },
        {
            "start": 827271879,
            "stop": 827272411
        }
    ]
}