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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 166,
    "results": [
        {
            "start": 818064159,
            "stop": 818064162
        },
        {
            "start": 818064165,
            "stop": 818064166
        },
        {
            "start": 818064170,
            "stop": 818064173
        },
        {
            "start": 818064179,
            "stop": 818064185
        },
        {
            "start": 818064188,
            "stop": 818064189
        },
        {
            "start": 818064192,
            "stop": 818064196
        },
        {
            "start": 818064202,
            "stop": 818064203
        },
        {
            "start": 818064208,
            "stop": 818064210
        },
        {
            "start": 818066420,
            "stop": 818066422
        },
        {
            "start": 818066425,
            "stop": 818066427
        },
        {
            "start": 818066430,
            "stop": 818066432
        },
        {
            "start": 818066437,
            "stop": 818066451
        },
        {
            "start": 818066454,
            "stop": 818066460
        },
        {
            "start": 818066520,
            "stop": 818066521
        },
        {
            "start": 818066525,
            "stop": 818066526
        },
        {
            "start": 818066529,
            "stop": 818066532
        },
        {
            "start": 818066535,
            "stop": 818066540
        },
        {
            "start": 818066543,
            "stop": 818066552
        },
        {
            "start": 818066558,
            "stop": 818066560
        },
        {
            "start": 818066563,
            "stop": 818066589
        }
    ]
}