Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3242
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=3243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3241",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3242,
    "results": [
        {
            "start": 872415265,
            "stop": 872415561
        },
        {
            "start": 872415564,
            "stop": 872419754
        },
        {
            "start": 872420834,
            "stop": 872421780
        },
        {
            "start": 872421840,
            "stop": 872425080
        },
        {
            "start": 872425140,
            "stop": 872433900
        },
        {
            "start": 872433960,
            "stop": 872434800
        },
        {
            "start": 872434920,
            "stop": 872436473
        },
        {
            "start": 872436477,
            "stop": 872436589
        },
        {
            "start": 872436592,
            "stop": 872437067
        },
        {
            "start": 872437073,
            "stop": 872437860
        },
        {
            "start": 872437920,
            "stop": 872438872
        },
        {
            "start": 872438875,
            "stop": 872440268
        },
        {
            "start": 872440271,
            "stop": 872441221
        },
        {
            "start": 872441224,
            "stop": 872442663
        },
        {
            "start": 872442667,
            "stop": 872442750
        },
        {
            "start": 872443200,
            "stop": 872443260
        },
        {
            "start": 872443380,
            "stop": 872443400
        },
        {
            "start": 872443404,
            "stop": 872443415
        },
        {
            "start": 872443418,
            "stop": 872444160
        },
        {
            "start": 872444220,
            "stop": 872444880
        }
    ]
}