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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=362",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 363,
    "results": [
        {
            "start": 818854803,
            "stop": 818854804
        },
        {
            "start": 818855015,
            "stop": 818855017
        },
        {
            "start": 818855136,
            "stop": 818855137
        },
        {
            "start": 818855214,
            "stop": 818855218
        },
        {
            "start": 818855290,
            "stop": 818855314
        },
        {
            "start": 818855395,
            "stop": 818855397
        },
        {
            "start": 818855442,
            "stop": 818855458
        },
        {
            "start": 818855615,
            "stop": 818855621
        },
        {
            "start": 818855676,
            "stop": 818855708
        },
        {
            "start": 818855806,
            "stop": 818855888
        },
        {
            "start": 818855992,
            "stop": 818855996
        },
        {
            "start": 818856045,
            "stop": 818856052
        },
        {
            "start": 818856299,
            "stop": 818856345
        },
        {
            "start": 818856375,
            "stop": 818856388
        },
        {
            "start": 818856409,
            "stop": 818856411
        },
        {
            "start": 818856467,
            "stop": 818856478
        },
        {
            "start": 818856513,
            "stop": 818856578
        },
        {
            "start": 818856582,
            "stop": 818856608
        },
        {
            "start": 818856701,
            "stop": 818856719
        },
        {
            "start": 818856765,
            "stop": 818856816
        }
    ]
}