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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6,
    "results": [
        {
            "start": 816324557,
            "stop": 816324613
        },
        {
            "start": 816325335,
            "stop": 816330414
        },
        {
            "start": 816330886,
            "stop": 816337573
        },
        {
            "start": 816338522,
            "stop": 816339497
        },
        {
            "start": 816339500,
            "stop": 816341953
        },
        {
            "start": 816344402,
            "stop": 816348253
        },
        {
            "start": 816349019,
            "stop": 816354999
        },
        {
            "start": 816355002,
            "stop": 816356061
        },
        {
            "start": 816356067,
            "stop": 816358871
        },
        {
            "start": 816359384,
            "stop": 816359533
        },
        {
            "start": 816362511,
            "stop": 816364873
        },
        {
            "start": 816366108,
            "stop": 816366967
        },
        {
            "start": 816366970,
            "stop": 816367546
        },
        {
            "start": 816367883,
            "stop": 816368161
        },
        {
            "start": 816369733,
            "stop": 816370333
        },
        {
            "start": 816371734,
            "stop": 816376260
        },
        {
            "start": 816386940,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816410606
        },
        {
            "start": 816410608,
            "stop": 816416512
        }
    ]
}