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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=46",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 47,
    "results": [
        {
            "start": 820768640,
            "stop": 820772864
        },
        {
            "start": 820791230,
            "stop": 820792414
        },
        {
            "start": 820798090,
            "stop": 820802386
        },
        {
            "start": 820802927,
            "stop": 820802984
        },
        {
            "start": 820802985,
            "stop": 820803745
        },
        {
            "start": 820803747,
            "stop": 820807345
        },
        {
            "start": 820807682,
            "stop": 820814104
        },
        {
            "start": 820814105,
            "stop": 820827934
        },
        {
            "start": 820828683,
            "stop": 820844164
        },
        {
            "start": 820844166,
            "stop": 820844179
        },
        {
            "start": 820844180,
            "stop": 820844181
        },
        {
            "start": 820844183,
            "stop": 820844221
        },
        {
            "start": 820844838,
            "stop": 820847531
        },
        {
            "start": 820847865,
            "stop": 820847903
        },
        {
            "start": 820850167,
            "stop": 820850409
        },
        {
            "start": 820850411,
            "stop": 820851201
        },
        {
            "start": 820851204,
            "stop": 820851218
        },
        {
            "start": 820851220,
            "stop": 820851222
        },
        {
            "start": 820851223,
            "stop": 820851225
        },
        {
            "start": 820883597,
            "stop": 820883625
        }
    ]
}