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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=51",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 52,
    "results": [
        {
            "start": 817021491,
            "stop": 817021702
        },
        {
            "start": 817021731,
            "stop": 817026588
        },
        {
            "start": 817026595,
            "stop": 817026641
        },
        {
            "start": 817026649,
            "stop": 817026654
        },
        {
            "start": 817026661,
            "stop": 817026682
        },
        {
            "start": 817026689,
            "stop": 817026862
        },
        {
            "start": 817026870,
            "stop": 817026990
        },
        {
            "start": 817030102,
            "stop": 817031094
        },
        {
            "start": 817031136,
            "stop": 817031302
        },
        {
            "start": 817031309,
            "stop": 817031572
        },
        {
            "start": 817031581,
            "stop": 817031621
        },
        {
            "start": 817031635,
            "stop": 817031700
        },
        {
            "start": 817031738,
            "stop": 817034113
        },
        {
            "start": 817034162,
            "stop": 817034163
        },
        {
            "start": 817059261,
            "stop": 817059338
        },
        {
            "start": 817059346,
            "stop": 817059497
        },
        {
            "start": 817059504,
            "stop": 817059813
        },
        {
            "start": 817059820,
            "stop": 817060625
        },
        {
            "start": 817060634,
            "stop": 817061177
        },
        {
            "start": 817061186,
            "stop": 817061195
        }
    ]
}