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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=65",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 66,
    "results": [
        {
            "start": 822189626,
            "stop": 822190103
        },
        {
            "start": 822190166,
            "stop": 822191877
        },
        {
            "start": 822191942,
            "stop": 822194105
        },
        {
            "start": 822194148,
            "stop": 822194598
        },
        {
            "start": 822194599,
            "stop": 822195214
        },
        {
            "start": 822195262,
            "stop": 822195930
        },
        {
            "start": 822195932,
            "stop": 822198340
        },
        {
            "start": 822202482,
            "stop": 822202965
        },
        {
            "start": 822203096,
            "stop": 822205042
        },
        {
            "start": 822205044,
            "stop": 822206385
        },
        {
            "start": 822206532,
            "stop": 822208760
        },
        {
            "start": 822208937,
            "stop": 822209156
        },
        {
            "start": 822209607,
            "stop": 822211018
        },
        {
            "start": 822212954,
            "stop": 822221971
        },
        {
            "start": 822221973,
            "stop": 822224346
        },
        {
            "start": 822224556,
            "stop": 822227521
        },
        {
            "start": 822227523,
            "stop": 822227632
        },
        {
            "start": 822227755,
            "stop": 822228305
        },
        {
            "start": 822228306,
            "stop": 822228317
        },
        {
            "start": 822229453,
            "stop": 822230558
        }
    ]
}