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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5146",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5147,
    "results": [
        {
            "start": 874763532,
            "stop": 874763556
        },
        {
            "start": 874763581,
            "stop": 874763708
        },
        {
            "start": 874763728,
            "stop": 874763773
        },
        {
            "start": 874763795,
            "stop": 874763896
        },
        {
            "start": 874763915,
            "stop": 874763967
        },
        {
            "start": 874764000,
            "stop": 874764001
        },
        {
            "start": 874764021,
            "stop": 874764079
        },
        {
            "start": 874764098,
            "stop": 874764107
        },
        {
            "start": 874764143,
            "stop": 874764171
        },
        {
            "start": 874764190,
            "stop": 874764430
        },
        {
            "start": 874764449,
            "stop": 874764463
        },
        {
            "start": 874764482,
            "stop": 874764632
        },
        {
            "start": 874764656,
            "stop": 874764682
        },
        {
            "start": 874764742,
            "stop": 874764760
        },
        {
            "start": 874764785,
            "stop": 874764803
        },
        {
            "start": 874764822,
            "stop": 874764824
        },
        {
            "start": 874764856,
            "stop": 874764876
        },
        {
            "start": 874764900,
            "stop": 874764935
        },
        {
            "start": 874764954,
            "stop": 874764958
        },
        {
            "start": 874764983,
            "stop": 874765027
        }
    ]
}