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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=429",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 430,
    "results": [
        {
            "start": 942997671,
            "stop": 943001810
        },
        {
            "start": 943004814,
            "stop": 943007689
        },
        {
            "start": 943007871,
            "stop": 943015965
        },
        {
            "start": 943017945,
            "stop": 943021937
        },
        {
            "start": 943033219,
            "stop": 943034576
        },
        {
            "start": 943038131,
            "stop": 943039028
        },
        {
            "start": 943040960,
            "stop": 943047022
        },
        {
            "start": 943049450,
            "stop": 943050186
        },
        {
            "start": 943050187,
            "stop": 943050189
        },
        {
            "start": 943050190,
            "stop": 943050192
        },
        {
            "start": 943050194,
            "stop": 943050198
        },
        {
            "start": 943050201,
            "stop": 943050208
        },
        {
            "start": 943050210,
            "stop": 943058070
        },
        {
            "start": 943061975,
            "stop": 943070746
        },
        {
            "start": 943070751,
            "stop": 943070791
        },
        {
            "start": 943070793,
            "stop": 943070967
        },
        {
            "start": 943070969,
            "stop": 943070970
        },
        {
            "start": 943070972,
            "stop": 943071000
        },
        {
            "start": 943071001,
            "stop": 943072339
        },
        {
            "start": 943072341,
            "stop": 943072417
        }
    ]
}