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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9947",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9948,
    "results": [
        {
            "start": 875124480,
            "stop": 875124960
        },
        {
            "start": 875125020,
            "stop": 875125440
        },
        {
            "start": 875125500,
            "stop": 875125560
        },
        {
            "start": 875125740,
            "stop": 875125800
        },
        {
            "start": 875125860,
            "stop": 875125881
        },
        {
            "start": 875125884,
            "stop": 875126100
        },
        {
            "start": 875126280,
            "stop": 875126541
        },
        {
            "start": 875126558,
            "stop": 875126640
        },
        {
            "start": 875126700,
            "stop": 875126760
        },
        {
            "start": 875126820,
            "stop": 875126940
        },
        {
            "start": 875126957,
            "stop": 875127019
        },
        {
            "start": 875127036,
            "stop": 875127060
        },
        {
            "start": 875127120,
            "stop": 875127300
        },
        {
            "start": 875127360,
            "stop": 875127507
        },
        {
            "start": 875127525,
            "stop": 875127529
        },
        {
            "start": 875127546,
            "stop": 875128197
        },
        {
            "start": 875128200,
            "stop": 875128260
        },
        {
            "start": 875128320,
            "stop": 875128492
        },
        {
            "start": 875128509,
            "stop": 875128732
        },
        {
            "start": 875128761,
            "stop": 875128772
        }
    ]
}