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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=66",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 67,
    "results": [
        {
            "start": 817944849,
            "stop": 817946160
        },
        {
            "start": 817946220,
            "stop": 817946630
        },
        {
            "start": 817946710,
            "stop": 817946750
        },
        {
            "start": 817946830,
            "stop": 817948250
        },
        {
            "start": 817948330,
            "stop": 817948910
        },
        {
            "start": 817949050,
            "stop": 817949570
        },
        {
            "start": 817949650,
            "stop": 817949690
        },
        {
            "start": 817949770,
            "stop": 817950823
        },
        {
            "start": 817951004,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817978570
        },
        {
            "start": 817978598,
            "stop": 817993610
        },
        {
            "start": 817993750,
            "stop": 817995650
        },
        {
            "start": 817995730,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        },
        {
            "start": 817999874,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006473
        },
        {
            "start": 818006754,
            "stop": 818006990
        },
        {
            "start": 818007070,
            "stop": 818007830
        },
        {
            "start": 818007910,
            "stop": 818008310
        }
    ]
}