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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=594",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 595,
    "results": [
        {
            "start": 842679426,
            "stop": 842689195
        },
        {
            "start": 842689875,
            "stop": 842710712
        },
        {
            "start": 842710718,
            "stop": 842711869
        },
        {
            "start": 842711874,
            "stop": 842713217
        },
        {
            "start": 842734453,
            "stop": 842735860
        },
        {
            "start": 842736077,
            "stop": 842740180
        },
        {
            "start": 842745683,
            "stop": 842762981
        },
        {
            "start": 842763781,
            "stop": 842796372
        },
        {
            "start": 842796378,
            "stop": 842803550
        },
        {
            "start": 842804997,
            "stop": 842814226
        },
        {
            "start": 842815802,
            "stop": 842816616
        },
        {
            "start": 842817960,
            "stop": 842821925
        },
        {
            "start": 842822438,
            "stop": 842823607
        },
        {
            "start": 842824270,
            "stop": 842825882
        },
        {
            "start": 842826640,
            "stop": 842831237
        },
        {
            "start": 842831245,
            "stop": 842832934
        },
        {
            "start": 842834428,
            "stop": 842834737
        },
        {
            "start": 842834742,
            "stop": 842857895
        },
        {
            "start": 842858344,
            "stop": 842899900
        },
        {
            "start": 842899905,
            "stop": 842900152
        }
    ]
}