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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=170",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 171,
    "results": [
        {
            "start": 820429703,
            "stop": 820429793
        },
        {
            "start": 820429801,
            "stop": 820429916
        },
        {
            "start": 820429923,
            "stop": 820429933
        },
        {
            "start": 820431584,
            "stop": 820431770
        },
        {
            "start": 820431850,
            "stop": 820431983
        },
        {
            "start": 820431998,
            "stop": 820432148
        },
        {
            "start": 820432164,
            "stop": 820432165
        },
        {
            "start": 820432172,
            "stop": 820432240
        },
        {
            "start": 820432248,
            "stop": 820432393
        },
        {
            "start": 820432404,
            "stop": 820432405
        },
        {
            "start": 820432570,
            "stop": 820432680
        },
        {
            "start": 820432688,
            "stop": 820432689
        },
        {
            "start": 820432696,
            "stop": 820432887
        },
        {
            "start": 820432895,
            "stop": 820433645
        },
        {
            "start": 820433652,
            "stop": 820433713
        },
        {
            "start": 820433758,
            "stop": 820433759
        },
        {
            "start": 820435906,
            "stop": 820436056
        },
        {
            "start": 820436063,
            "stop": 820436304
        },
        {
            "start": 820436311,
            "stop": 820436337
        },
        {
            "start": 820436344,
            "stop": 820436390
        }
    ]
}