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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=446",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 447,
    "results": [
        {
            "start": 870214870,
            "stop": 870237170
        },
        {
            "start": 870237178,
            "stop": 870237189
        },
        {
            "start": 870237198,
            "stop": 870238145
        },
        {
            "start": 870238149,
            "stop": 870238999
        },
        {
            "start": 870239003,
            "stop": 870239313
        },
        {
            "start": 870239317,
            "stop": 870273245
        },
        {
            "start": 870274256,
            "stop": 870274313
        },
        {
            "start": 870275651,
            "stop": 870290019
        },
        {
            "start": 870290247,
            "stop": 870342103
        },
        {
            "start": 870343000,
            "stop": 870403843
        },
        {
            "start": 870404841,
            "stop": 870467391
        },
        {
            "start": 870468356,
            "stop": 870521525
        },
        {
            "start": 870521727,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870555809
        },
        {
            "start": 870555813,
            "stop": 870556271
        },
        {
            "start": 870556275,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870558617
        },
        {
            "start": 870558621,
            "stop": 870558778
        },
        {
            "start": 870558782,
            "stop": 870558787
        },
        {
            "start": 870558791,
            "stop": 870558797
        }
    ]
}