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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 3,
    "results": [
        {
            "start": 816314942,
            "stop": 816318231
        },
        {
            "start": 816321073,
            "stop": 816323952
        },
        {
            "start": 816324557,
            "stop": 816324625
        },
        {
            "start": 816325335,
            "stop": 816330414
        },
        {
            "start": 816330886,
            "stop": 816337581
        },
        {
            "start": 816338522,
            "stop": 816341977
        },
        {
            "start": 816344402,
            "stop": 816348263
        },
        {
            "start": 816349019,
            "stop": 816358871
        },
        {
            "start": 816359384,
            "stop": 816359548
        },
        {
            "start": 816362511,
            "stop": 816364877
        },
        {
            "start": 816366108,
            "stop": 816367546
        },
        {
            "start": 816367883,
            "stop": 816368161
        },
        {
            "start": 816369733,
            "stop": 816370345
        },
        {
            "start": 816371734,
            "stop": 816376260
        },
        {
            "start": 816386940,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816410606
        },
        {
            "start": 816410608,
            "stop": 816416512
        },
        {
            "start": 816417153,
            "stop": 816437922
        },
        {
            "start": 816439775,
            "stop": 816440340
        }
    ]
}