Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=87
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_H2L1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=86",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 87,
    "results": [
        {
            "start": 820061973,
            "stop": 820062093
        },
        {
            "start": 820062322,
            "stop": 820062622
        },
        {
            "start": 820063699,
            "stop": 820063759
        },
        {
            "start": 820063934,
            "stop": 820063994
        },
        {
            "start": 820064397,
            "stop": 820064517
        },
        {
            "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": 820071362,
            "stop": 820071662
        },
        {
            "start": 820071834,
            "stop": 820072254
        },
        {
            "start": 820072411,
            "stop": 820072711
        },
        {
            "start": 820072845,
            "stop": 820072965
        },
        {
            "start": 820073247,
            "stop": 820074267
        }
    ]
}