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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=718",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=716",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 717,
    "results": [
        {
            "start": 952589915,
            "stop": 952591361
        },
        {
            "start": 952591367,
            "stop": 952591747
        },
        {
            "start": 952591752,
            "stop": 952592076
        },
        {
            "start": 952599863,
            "stop": 952601804
        },
        {
            "start": 952601810,
            "stop": 952606165
        },
        {
            "start": 952606171,
            "stop": 952606840
        },
        {
            "start": 952606846,
            "stop": 952607311
        },
        {
            "start": 952609656,
            "stop": 952623739
        },
        {
            "start": 952623745,
            "stop": 952625610
        },
        {
            "start": 952625615,
            "stop": 952628910
        },
        {
            "start": 952639982,
            "stop": 952640105
        },
        {
            "start": 952640111,
            "stop": 952641705
        },
        {
            "start": 952641711,
            "stop": 952641855
        },
        {
            "start": 952641861,
            "stop": 952641893
        },
        {
            "start": 952642235,
            "stop": 952642639
        },
        {
            "start": 952642645,
            "stop": 952649087
        },
        {
            "start": 952649093,
            "stop": 952652028
        },
        {
            "start": 952652034,
            "stop": 952652629
        },
        {
            "start": 952652635,
            "stop": 952658502
        },
        {
            "start": 952658508,
            "stop": 952658759
        }
    ]
}