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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=426",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 427,
    "results": [
        {
            "start": 942319001,
            "stop": 942361792
        },
        {
            "start": 942363882,
            "stop": 942377231
        },
        {
            "start": 942385942,
            "stop": 942417360
        },
        {
            "start": 942417362,
            "stop": 942417418
        },
        {
            "start": 942417419,
            "stop": 942417761
        },
        {
            "start": 942417763,
            "stop": 942418120
        },
        {
            "start": 942440116,
            "stop": 942442403
        },
        {
            "start": 942450041,
            "stop": 942450449
        },
        {
            "start": 942451497,
            "stop": 942456774
        },
        {
            "start": 942458109,
            "stop": 942462725
        },
        {
            "start": 942462727,
            "stop": 942463912
        },
        {
            "start": 942463914,
            "stop": 942463937
        },
        {
            "start": 942463939,
            "stop": 942464471
        },
        {
            "start": 942464472,
            "stop": 942464473
        },
        {
            "start": 942464478,
            "stop": 942466590
        },
        {
            "start": 942473476,
            "stop": 942484409
        },
        {
            "start": 942484413,
            "stop": 942485931
        },
        {
            "start": 942488996,
            "stop": 942499362
        },
        {
            "start": 942571561,
            "stop": 942575990
        },
        {
            "start": 942580945,
            "stop": 942582709
        }
    ]
}