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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2947",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2948,
    "results": [
        {
            "start": 859708980,
            "stop": 859709040
        },
        {
            "start": 859709520,
            "stop": 859709700
        },
        {
            "start": 859709760,
            "stop": 859712280
        },
        {
            "start": 859712340,
            "stop": 859715243
        },
        {
            "start": 859715247,
            "stop": 859715266
        },
        {
            "start": 859715580,
            "stop": 859716840
        },
        {
            "start": 859716900,
            "stop": 859720250
        },
        {
            "start": 859721074,
            "stop": 859721160
        },
        {
            "start": 859725300,
            "stop": 859725420
        },
        {
            "start": 859725540,
            "stop": 859726380
        },
        {
            "start": 859726440,
            "stop": 859726903
        },
        {
            "start": 859726906,
            "stop": 859727880
        },
        {
            "start": 859727940,
            "stop": 859735052
        },
        {
            "start": 859735058,
            "stop": 859735080
        },
        {
            "start": 859735140,
            "stop": 859735620
        },
        {
            "start": 859735680,
            "stop": 859736182
        },
        {
            "start": 859737806,
            "stop": 859738140
        },
        {
            "start": 859738260,
            "stop": 859738980
        },
        {
            "start": 859739100,
            "stop": 859739391
        },
        {
            "start": 859739394,
            "stop": 859740060
        }
    ]
}