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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=188",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 189,
    "results": [
        {
            "start": 956586358,
            "stop": 956586523
        },
        {
            "start": 956586532,
            "stop": 956586762
        },
        {
            "start": 956586772,
            "stop": 956586806
        },
        {
            "start": 956586809,
            "stop": 956586849
        },
        {
            "start": 956586853,
            "stop": 956587276
        },
        {
            "start": 956587279,
            "stop": 956587397
        },
        {
            "start": 956587402,
            "stop": 956587410
        },
        {
            "start": 956587423,
            "stop": 956587429
        },
        {
            "start": 956587436,
            "stop": 956587443
        },
        {
            "start": 956587448,
            "stop": 956587463
        },
        {
            "start": 956587473,
            "stop": 956587475
        },
        {
            "start": 956587478,
            "stop": 956587531
        },
        {
            "start": 956587535,
            "stop": 956587637
        },
        {
            "start": 956587640,
            "stop": 956587707
        },
        {
            "start": 956587710,
            "stop": 956587797
        },
        {
            "start": 956587802,
            "stop": 956587804
        },
        {
            "start": 956587811,
            "stop": 956587821
        },
        {
            "start": 956587825,
            "stop": 956587853
        },
        {
            "start": 956587857,
            "stop": 956587899
        },
        {
            "start": 956587902,
            "stop": 956588093
        }
    ]
}