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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=449",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 450,
    "results": [
        {
            "start": 870982122,
            "stop": 870991894
        },
        {
            "start": 870992785,
            "stop": 871016615
        },
        {
            "start": 871017579,
            "stop": 871032493
        },
        {
            "start": 871034076,
            "stop": 871057169
        },
        {
            "start": 871057346,
            "stop": 871061228
        },
        {
            "start": 871061709,
            "stop": 871070463
        },
        {
            "start": 871070610,
            "stop": 871075814
        },
        {
            "start": 871076912,
            "stop": 871105598
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871165895
        },
        {
            "start": 871166086,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871228551
        },
        {
            "start": 871228692,
            "stop": 871240524
        },
        {
            "start": 871241189,
            "stop": 871243409
        },
        {
            "start": 871252217,
            "stop": 871252915
        },
        {
            "start": 871253053,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871272664
        },
        {
            "start": 871273758,
            "stop": 871277316
        },
        {
            "start": 871278377,
            "stop": 871289597
        },
        {
            "start": 871289827,
            "stop": 871291490
        }
    ]
}