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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=202",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 203,
    "results": [
        {
            "start": 820333572,
            "stop": 820336861
        },
        {
            "start": 820336864,
            "stop": 820337659
        },
        {
            "start": 820337660,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820360312
        },
        {
            "start": 820360313,
            "stop": 820360528
        },
        {
            "start": 820360531,
            "stop": 820360993
        },
        {
            "start": 820360997,
            "stop": 820361441
        },
        {
            "start": 820361445,
            "stop": 820361617
        },
        {
            "start": 820361621,
            "stop": 820361945
        },
        {
            "start": 820361948,
            "stop": 820364009
        },
        {
            "start": 820364012,
            "stop": 820364308
        },
        {
            "start": 820365521,
            "stop": 820365899
        },
        {
            "start": 820365900,
            "stop": 820366216
        },
        {
            "start": 820366220,
            "stop": 820367198
        },
        {
            "start": 820367201,
            "stop": 820367392
        },
        {
            "start": 820367395,
            "stop": 820367630
        },
        {
            "start": 820367633,
            "stop": 820368560
        },
        {
            "start": 820368563,
            "stop": 820368608
        },
        {
            "start": 820368611,
            "stop": 820368982
        }
    ]
}