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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=67",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 68,
    "results": [
        {
            "start": 818008390,
            "stop": 818012227
        },
        {
            "start": 818030252,
            "stop": 818031350
        },
        {
            "start": 818031430,
            "stop": 818032370
        },
        {
            "start": 818032450,
            "stop": 818034368
        },
        {
            "start": 818035322,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818037013
        },
        {
            "start": 818037193,
            "stop": 818040360
        },
        {
            "start": 818040420,
            "stop": 818045690
        },
        {
            "start": 818045770,
            "stop": 818059273
        },
        {
            "start": 818059293,
            "stop": 818059294
        },
        {
            "start": 818060899,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818068453
        },
        {
            "start": 818069157,
            "stop": 818072983
        },
        {
            "start": 818073164,
            "stop": 818073843
        },
        {
            "start": 818073848,
            "stop": 818077130
        },
        {
            "start": 818077210,
            "stop": 818077211
        },
        {
            "start": 818077748,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818093533
        },
        {
            "start": 818094671,
            "stop": 818096053
        },
        {
            "start": 818097973,
            "stop": 818098573
        }
    ]
}