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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=204",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 205,
    "results": [
        {
            "start": 820505175,
            "stop": 820505525
        },
        {
            "start": 820505528,
            "stop": 820505732
        },
        {
            "start": 820505735,
            "stop": 820505860
        },
        {
            "start": 820505863,
            "stop": 820505866
        },
        {
            "start": 820505870,
            "stop": 820505995
        },
        {
            "start": 820505998,
            "stop": 820506046
        },
        {
            "start": 820506049,
            "stop": 820506053
        },
        {
            "start": 820506057,
            "stop": 820506657
        },
        {
            "start": 820506660,
            "stop": 820506829
        },
        {
            "start": 820506833,
            "stop": 820507015
        },
        {
            "start": 820507018,
            "stop": 820507023
        },
        {
            "start": 820507026,
            "stop": 820507365
        },
        {
            "start": 820507369,
            "stop": 820507727
        },
        {
            "start": 820507731,
            "stop": 820507861
        },
        {
            "start": 820509989,
            "stop": 820510009
        },
        {
            "start": 820510012,
            "stop": 820510044
        },
        {
            "start": 820510047,
            "stop": 820510496
        },
        {
            "start": 820510500,
            "stop": 820510503
        },
        {
            "start": 820510506,
            "stop": 820510556
        },
        {
            "start": 820512639,
            "stop": 820512770
        }
    ]
}