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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=83",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 84,
    "results": [
        {
            "start": 816390605,
            "stop": 816390720
        },
        {
            "start": 816390840,
            "stop": 816390841
        },
        {
            "start": 816390961,
            "stop": 816391179
        },
        {
            "start": 816392461,
            "stop": 816394262
        },
        {
            "start": 816395210,
            "stop": 816395214
        },
        {
            "start": 816395736,
            "stop": 816396658
        },
        {
            "start": 816396778,
            "stop": 816398802
        },
        {
            "start": 816398922,
            "stop": 816398976
        },
        {
            "start": 816398993,
            "stop": 816403552
        },
        {
            "start": 816403732,
            "stop": 816405243
        },
        {
            "start": 816405363,
            "stop": 816407211
        },
        {
            "start": 816407213,
            "stop": 816412919
        },
        {
            "start": 816413039,
            "stop": 816419744
        },
        {
            "start": 816419776,
            "stop": 816422933
        },
        {
            "start": 816423525,
            "stop": 816430581
        },
        {
            "start": 816431335,
            "stop": 816435883
        },
        {
            "start": 816435885,
            "stop": 816437412
        },
        {
            "start": 816437416,
            "stop": 816438398
        },
        {
            "start": 816438401,
            "stop": 816438925
        },
        {
            "start": 816441310,
            "stop": 816445589
        }
    ]
}