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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=79",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 80,
    "results": [
        {
            "start": 820047780,
            "stop": 820047960
        },
        {
            "start": 820062322,
            "stop": 820062622
        },
        {
            "start": 820064455,
            "stop": 820064515
        },
        {
            "start": 820065110,
            "stop": 820065710
        },
        {
            "start": 820065932,
            "stop": 820066292
        },
        {
            "start": 820066725,
            "stop": 820066785
        },
        {
            "start": 820066963,
            "stop": 820067023
        },
        {
            "start": 820067414,
            "stop": 820067594
        },
        {
            "start": 820068104,
            "stop": 820068284
        },
        {
            "start": 820068461,
            "stop": 820068821
        },
        {
            "start": 820068982,
            "stop": 820069042
        },
        {
            "start": 820069298,
            "stop": 820070438
        },
        {
            "start": 820070741,
            "stop": 820071101
        },
        {
            "start": 820071422,
            "stop": 820071662
        },
        {
            "start": 820071834,
            "stop": 820072254
        },
        {
            "start": 820072411,
            "stop": 820072711
        },
        {
            "start": 820072845,
            "stop": 820072965
        },
        {
            "start": 820073247,
            "stop": 820074267
        },
        {
            "start": 820074431,
            "stop": 820074551
        },
        {
            "start": 820074718,
            "stop": 820074778
        }
    ]
}