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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=121",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 122,
    "results": [
        {
            "start": 827235570,
            "stop": 827235580
        },
        {
            "start": 827235588,
            "stop": 827235594
        },
        {
            "start": 827235603,
            "stop": 827235608
        },
        {
            "start": 827235612,
            "stop": 827235632
        },
        {
            "start": 827235645,
            "stop": 827235651
        },
        {
            "start": 827235665,
            "stop": 827235675
        },
        {
            "start": 827235679,
            "stop": 827235743
        },
        {
            "start": 827235752,
            "stop": 827235757
        },
        {
            "start": 827235776,
            "stop": 827235782
        },
        {
            "start": 827235795,
            "stop": 827235797
        },
        {
            "start": 827235844,
            "stop": 827235860
        },
        {
            "start": 827235869,
            "stop": 827235870
        },
        {
            "start": 827235888,
            "stop": 827235913
        },
        {
            "start": 827235926,
            "stop": 827235932
        },
        {
            "start": 827235936,
            "stop": 827235989
        },
        {
            "start": 827235994,
            "stop": 827236043
        },
        {
            "start": 827236071,
            "stop": 827236072
        },
        {
            "start": 827236090,
            "stop": 827236096
        },
        {
            "start": 827236184,
            "stop": 827236186
        },
        {
            "start": 827236203,
            "stop": 827236205
        }
    ]
}