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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=181",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 182,
    "results": [
        {
            "start": 836584540,
            "stop": 836588773
        },
        {
            "start": 836588788,
            "stop": 836588789
        },
        {
            "start": 836588866,
            "stop": 836591188
        },
        {
            "start": 836591192,
            "stop": 836593973
        },
        {
            "start": 836595480,
            "stop": 836602393
        },
        {
            "start": 836603623,
            "stop": 836603713
        },
        {
            "start": 836604944,
            "stop": 836604954
        },
        {
            "start": 836605990,
            "stop": 836606159
        },
        {
            "start": 836606162,
            "stop": 836607227
        },
        {
            "start": 836608509,
            "stop": 836609953
        },
        {
            "start": 836610921,
            "stop": 836616835
        },
        {
            "start": 836618059,
            "stop": 836632748
        },
        {
            "start": 836634075,
            "stop": 836649072
        },
        {
            "start": 836649948,
            "stop": 836664913
        },
        {
            "start": 836694631,
            "stop": 836695080
        },
        {
            "start": 836696133,
            "stop": 836699509
        },
        {
            "start": 836701239,
            "stop": 836709913
        },
        {
            "start": 836710943,
            "stop": 836740062
        },
        {
            "start": 836741997,
            "stop": 836762275
        },
        {
            "start": 836763372,
            "stop": 836763695
        }
    ]
}