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=2927
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=2928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2926",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2927,
    "results": [
        {
            "start": 858812943,
            "stop": 858813046
        },
        {
            "start": 858813069,
            "stop": 858814155
        },
        {
            "start": 858814159,
            "stop": 858815190
        },
        {
            "start": 858815194,
            "stop": 858816457
        },
        {
            "start": 858816462,
            "stop": 858816540
        },
        {
            "start": 858816600,
            "stop": 858816739
        },
        {
            "start": 858816748,
            "stop": 858817980
        },
        {
            "start": 858818040,
            "stop": 858818918
        },
        {
            "start": 858830280,
            "stop": 858830340
        },
        {
            "start": 858830520,
            "stop": 858830640
        },
        {
            "start": 858830760,
            "stop": 858830880
        },
        {
            "start": 858830940,
            "stop": 858840104
        },
        {
            "start": 858840285,
            "stop": 858849806
        },
        {
            "start": 858849809,
            "stop": 858849832
        },
        {
            "start": 858849835,
            "stop": 858869100
        },
        {
            "start": 858869220,
            "stop": 858869280
        },
        {
            "start": 858869400,
            "stop": 858869460
        },
        {
            "start": 858869700,
            "stop": 858869760
        },
        {
            "start": 858869820,
            "stop": 858870300
        },
        {
            "start": 858870360,
            "stop": 858885415
        }
    ]
}