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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=98",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 99,
    "results": [
        {
            "start": 817040074,
            "stop": 817042610
        },
        {
            "start": 817042613,
            "stop": 817043299
        },
        {
            "start": 817043302,
            "stop": 817043599
        },
        {
            "start": 817043602,
            "stop": 817045470
        },
        {
            "start": 817045473,
            "stop": 817045876
        },
        {
            "start": 817045880,
            "stop": 817046126
        },
        {
            "start": 817046129,
            "stop": 817046299
        },
        {
            "start": 817046302,
            "stop": 817047643
        },
        {
            "start": 817047647,
            "stop": 817048443
        },
        {
            "start": 817048445,
            "stop": 817052037
        },
        {
            "start": 817052157,
            "stop": 817052964
        },
        {
            "start": 817053084,
            "stop": 817057099
        },
        {
            "start": 817057102,
            "stop": 817057104
        },
        {
            "start": 817057107,
            "stop": 817057878
        },
        {
            "start": 817057998,
            "stop": 817061279
        },
        {
            "start": 817061399,
            "stop": 817063286
        },
        {
            "start": 817063480,
            "stop": 817063557
        },
        {
            "start": 817063560,
            "stop": 817065384
        },
        {
            "start": 817065387,
            "stop": 817065624
        },
        {
            "start": 817065627,
            "stop": 817066165
        }
    ]
}