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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=262",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 263,
    "results": [
        {
            "start": 817878854,
            "stop": 817878867
        },
        {
            "start": 817878896,
            "stop": 817878898
        },
        {
            "start": 817878901,
            "stop": 817878914
        },
        {
            "start": 817878936,
            "stop": 817878970
        },
        {
            "start": 817878977,
            "stop": 817879006
        },
        {
            "start": 817881058,
            "stop": 817881118
        },
        {
            "start": 817881145,
            "stop": 817881216
        },
        {
            "start": 817881236,
            "stop": 817881514
        },
        {
            "start": 817881523,
            "stop": 817881531
        },
        {
            "start": 817881562,
            "stop": 817881576
        },
        {
            "start": 817881596,
            "stop": 817881647
        },
        {
            "start": 817881668,
            "stop": 817881715
        },
        {
            "start": 817881735,
            "stop": 817881736
        },
        {
            "start": 817881741,
            "stop": 817881779
        },
        {
            "start": 817881783,
            "stop": 817882113
        },
        {
            "start": 817882132,
            "stop": 817882243
        },
        {
            "start": 817882246,
            "stop": 817882401
        },
        {
            "start": 817882420,
            "stop": 817882651
        },
        {
            "start": 817882689,
            "stop": 817882940
        },
        {
            "start": 817882971,
            "stop": 817883160
        }
    ]
}