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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2132",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2133,
    "results": [
        {
            "start": 866990165,
            "stop": 866990172
        },
        {
            "start": 866990179,
            "stop": 866990187
        },
        {
            "start": 866990193,
            "stop": 866990200
        },
        {
            "start": 866990205,
            "stop": 866990207
        },
        {
            "start": 866990213,
            "stop": 866997967
        },
        {
            "start": 866998267,
            "stop": 866999725
        },
        {
            "start": 867007116,
            "stop": 867007895
        },
        {
            "start": 867008195,
            "stop": 867008199
        },
        {
            "start": 867008309,
            "stop": 867008449
        },
        {
            "start": 867008749,
            "stop": 867008896
        },
        {
            "start": 867009486,
            "stop": 867014595
        },
        {
            "start": 867014996,
            "stop": 867016257
        },
        {
            "start": 867022019,
            "stop": 867022758
        },
        {
            "start": 867023974,
            "stop": 867025115
        },
        {
            "start": 867033933,
            "stop": 867034271
        },
        {
            "start": 867034571,
            "stop": 867034771
        },
        {
            "start": 867036496,
            "stop": 867036670
        },
        {
            "start": 867040121,
            "stop": 867055420
        },
        {
            "start": 867055425,
            "stop": 867056156
        },
        {
            "start": 867057277,
            "stop": 867076007
        }
    ]
}