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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=843",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 844,
    "results": [
        {
            "start": 872568519,
            "stop": 872568823
        },
        {
            "start": 872568825,
            "stop": 872569204
        },
        {
            "start": 872569206,
            "stop": 872569933
        },
        {
            "start": 872569934,
            "stop": 872600852
        },
        {
            "start": 872600854,
            "stop": 872612746
        },
        {
            "start": 872612748,
            "stop": 872625989
        },
        {
            "start": 872626566,
            "stop": 872635354
        },
        {
            "start": 872636324,
            "stop": 872639970
        },
        {
            "start": 872640030,
            "stop": 872643796
        },
        {
            "start": 872649214,
            "stop": 872704590
        },
        {
            "start": 872704650,
            "stop": 872704665
        },
        {
            "start": 872712930,
            "stop": 872712945
        },
        {
            "start": 872713606,
            "stop": 872713717
        },
        {
            "start": 872714335,
            "stop": 872731123
        },
        {
            "start": 872738055,
            "stop": 872804715
        },
        {
            "start": 872804717,
            "stop": 872816904
        },
        {
            "start": 872818625,
            "stop": 872871888
        },
        {
            "start": 872873417,
            "stop": 872885606
        },
        {
            "start": 872885610,
            "stop": 872885708
        },
        {
            "start": 872885712,
            "stop": 872885740
        }
    ]
}