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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8190",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8191,
    "results": [
        {
            "start": 971447661,
            "stop": 971447676
        },
        {
            "start": 971447681,
            "stop": 971447687
        },
        {
            "start": 971447690,
            "stop": 971447777
        },
        {
            "start": 971447780,
            "stop": 971447807
        },
        {
            "start": 971447810,
            "stop": 971447830
        },
        {
            "start": 971447833,
            "stop": 971447921
        },
        {
            "start": 971447924,
            "stop": 971447963
        },
        {
            "start": 971447971,
            "stop": 971448029
        },
        {
            "start": 971448033,
            "stop": 971448040
        },
        {
            "start": 971448063,
            "stop": 971448078
        },
        {
            "start": 971448091,
            "stop": 971448093
        },
        {
            "start": 971448100,
            "stop": 971448125
        },
        {
            "start": 971448135,
            "stop": 971448193
        },
        {
            "start": 971448196,
            "stop": 971448223
        },
        {
            "start": 971448228,
            "stop": 971448252
        },
        {
            "start": 971448258,
            "stop": 971448268
        },
        {
            "start": 971448271,
            "stop": 971448276
        },
        {
            "start": 971448282,
            "stop": 971448347
        },
        {
            "start": 971448352,
            "stop": 971448389
        },
        {
            "start": 971448392,
            "stop": 971448475
        }
    ]
}