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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=185",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 186,
    "results": [
        {
            "start": 931475381,
            "stop": 931475390
        },
        {
            "start": 931475392,
            "stop": 931475396
        },
        {
            "start": 931475398,
            "stop": 931475415
        },
        {
            "start": 931475416,
            "stop": 931475421
        },
        {
            "start": 931475423,
            "stop": 931475430
        },
        {
            "start": 931475432,
            "stop": 931475483
        },
        {
            "start": 931475487,
            "stop": 931475492
        },
        {
            "start": 931475493,
            "stop": 931475539
        },
        {
            "start": 931475541,
            "stop": 931475548
        },
        {
            "start": 931475550,
            "stop": 931475604
        },
        {
            "start": 931475606,
            "stop": 931475630
        },
        {
            "start": 931475632,
            "stop": 931475716
        },
        {
            "start": 931475718,
            "stop": 931475734
        },
        {
            "start": 931475735,
            "stop": 931475832
        },
        {
            "start": 931475834,
            "stop": 931475835
        },
        {
            "start": 931475837,
            "stop": 931475842
        },
        {
            "start": 931475844,
            "stop": 931475925
        },
        {
            "start": 931475927,
            "stop": 931475931
        },
        {
            "start": 931475933,
            "stop": 931475967
        },
        {
            "start": 931475969,
            "stop": 931475977
        }
    ]
}