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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40805",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40806,
    "results": [
        {
            "start": 875018322,
            "stop": 875018364
        },
        {
            "start": 875018365,
            "stop": 875018430
        },
        {
            "start": 875018431,
            "stop": 875018449
        },
        {
            "start": 875018450,
            "stop": 875018468
        },
        {
            "start": 875018470,
            "stop": 875018491
        },
        {
            "start": 875018492,
            "stop": 875018513
        },
        {
            "start": 875018514,
            "stop": 875018594
        },
        {
            "start": 875018595,
            "stop": 875018650
        },
        {
            "start": 875018652,
            "stop": 875018660
        },
        {
            "start": 875018661,
            "stop": 875018669
        },
        {
            "start": 875018671,
            "stop": 875018673
        },
        {
            "start": 875018674,
            "stop": 875018699
        },
        {
            "start": 875018700,
            "stop": 875018759
        },
        {
            "start": 875018761,
            "stop": 875018787
        },
        {
            "start": 875018789,
            "stop": 875018933
        },
        {
            "start": 875018935,
            "stop": 875018981
        },
        {
            "start": 875018982,
            "stop": 875019026
        },
        {
            "start": 875019027,
            "stop": 875019044
        },
        {
            "start": 875019046,
            "stop": 875019056
        },
        {
            "start": 875019057,
            "stop": 875019087
        }
    ]
}