Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1404
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1403",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1404,
    "results": [
        {
            "start": 971287625,
            "stop": 971287627
        },
        {
            "start": 971287660,
            "stop": 971287876
        },
        {
            "start": 971289096,
            "stop": 971289179
        },
        {
            "start": 971289180,
            "stop": 971289654
        },
        {
            "start": 971289656,
            "stop": 971290171
        },
        {
            "start": 971290173,
            "stop": 971290460
        },
        {
            "start": 971290462,
            "stop": 971291625
        },
        {
            "start": 971296535,
            "stop": 971297629
        },
        {
            "start": 971297631,
            "stop": 971297888
        },
        {
            "start": 971297890,
            "stop": 971298048
        },
        {
            "start": 971298050,
            "stop": 971298194
        },
        {
            "start": 971301239,
            "stop": 971301388
        },
        {
            "start": 971301389,
            "stop": 971302223
        },
        {
            "start": 971302224,
            "stop": 971302292
        },
        {
            "start": 971306850,
            "stop": 971306852
        },
        {
            "start": 971306894,
            "stop": 971307013
        },
        {
            "start": 971307015,
            "stop": 971307026
        },
        {
            "start": 971309223,
            "stop": 971309629
        },
        {
            "start": 971309631,
            "stop": 971309973
        },
        {
            "start": 971309975,
            "stop": 971309976
        }
    ]
}