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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3823",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3824,
    "results": [
        {
            "start": 874872444,
            "stop": 874872672
        },
        {
            "start": 874872689,
            "stop": 874872741
        },
        {
            "start": 874872758,
            "stop": 874872866
        },
        {
            "start": 874872883,
            "stop": 874873260
        },
        {
            "start": 874873320,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874425
        },
        {
            "start": 874874458,
            "stop": 874874462
        },
        {
            "start": 874874572,
            "stop": 874874700
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875961
        },
        {
            "start": 874876012,
            "stop": 874876285
        },
        {
            "start": 874876302,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874877640
        },
        {
            "start": 874877760,
            "stop": 874877820
        },
        {
            "start": 874877940,
            "stop": 874877979
        },
        {
            "start": 874877996,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874880400
        },
        {
            "start": 874880460,
            "stop": 874881240
        },
        {
            "start": 874881300,
            "stop": 874881389
        },
        {
            "start": 874881406,
            "stop": 874881461
        }
    ]
}