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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=203",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 204,
    "results": [
        {
            "start": 820428635,
            "stop": 820428728
        },
        {
            "start": 820428736,
            "stop": 820428962
        },
        {
            "start": 820428970,
            "stop": 820429620
        },
        {
            "start": 820429627,
            "stop": 820429696
        },
        {
            "start": 820429703,
            "stop": 820429793
        },
        {
            "start": 820429801,
            "stop": 820429916
        },
        {
            "start": 820429923,
            "stop": 820429933
        },
        {
            "start": 820431584,
            "stop": 820431720
        },
        {
            "start": 820431850,
            "stop": 820431983
        },
        {
            "start": 820431998,
            "stop": 820432140
        },
        {
            "start": 820432200,
            "stop": 820432240
        },
        {
            "start": 820432248,
            "stop": 820432393
        },
        {
            "start": 820432404,
            "stop": 820432405
        },
        {
            "start": 820432570,
            "stop": 820432680
        },
        {
            "start": 820432688,
            "stop": 820432689
        },
        {
            "start": 820432696,
            "stop": 820432740
        },
        {
            "start": 820432800,
            "stop": 820432887
        },
        {
            "start": 820432895,
            "stop": 820433100
        },
        {
            "start": 820433160,
            "stop": 820433220
        },
        {
            "start": 820433280,
            "stop": 820433580
        }
    ]
}