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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=278",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 279,
    "results": [
        {
            "start": 1377229783,
            "stop": 1377230879
        },
        {
            "start": 1377230880,
            "stop": 1377231962
        },
        {
            "start": 1377231964,
            "stop": 1377233259
        },
        {
            "start": 1377233260,
            "stop": 1377234982
        },
        {
            "start": 1377234983,
            "stop": 1377235327
        },
        {
            "start": 1377235331,
            "stop": 1377235348
        },
        {
            "start": 1377235353,
            "stop": 1377235735
        },
        {
            "start": 1377235740,
            "stop": 1377235887
        },
        {
            "start": 1377235889,
            "stop": 1377236078
        },
        {
            "start": 1377236080,
            "stop": 1377236265
        },
        {
            "start": 1377236269,
            "stop": 1377236826
        },
        {
            "start": 1377236831,
            "stop": 1377237185
        },
        {
            "start": 1377237187,
            "stop": 1377237249
        },
        {
            "start": 1377237253,
            "stop": 1377237285
        },
        {
            "start": 1377237288,
            "stop": 1377237942
        },
        {
            "start": 1377237947,
            "stop": 1377238950
        },
        {
            "start": 1377238951,
            "stop": 1377239513
        },
        {
            "start": 1377239515,
            "stop": 1377240108
        },
        {
            "start": 1377240110,
            "stop": 1377241333
        },
        {
            "start": 1377241335,
            "stop": 1377241850
        }
    ]
}