Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5132
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5133",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5131",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5132,
    "results": [
        {
            "start": 1135979640,
            "stop": 1135980077
        },
        {
            "start": 1135980079,
            "stop": 1135980109
        },
        {
            "start": 1135980111,
            "stop": 1135980193
        },
        {
            "start": 1135980195,
            "stop": 1135980294
        },
        {
            "start": 1135980296,
            "stop": 1135980351
        },
        {
            "start": 1135980353,
            "stop": 1135980359
        },
        {
            "start": 1135980361,
            "stop": 1135980503
        },
        {
            "start": 1135980505,
            "stop": 1135980841
        },
        {
            "start": 1135980843,
            "stop": 1135980863
        },
        {
            "start": 1135980867,
            "stop": 1135981035
        },
        {
            "start": 1135981037,
            "stop": 1135981058
        },
        {
            "start": 1135981060,
            "stop": 1135981171
        },
        {
            "start": 1135981173,
            "stop": 1135981230
        },
        {
            "start": 1135981232,
            "stop": 1135981233
        },
        {
            "start": 1135981235,
            "stop": 1135981355
        },
        {
            "start": 1135981357,
            "stop": 1135981547
        },
        {
            "start": 1135981549,
            "stop": 1135981550
        },
        {
            "start": 1135981551,
            "stop": 1135981824
        },
        {
            "start": 1135981826,
            "stop": 1135981881
        },
        {
            "start": 1135981883,
            "stop": 1135982104
        }
    ]
}