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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=532",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 533,
    "results": [
        {
            "start": 1264763435,
            "stop": 1264763439
        },
        {
            "start": 1264763441,
            "stop": 1264763442
        },
        {
            "start": 1264763444,
            "stop": 1264763445
        },
        {
            "start": 1264763447,
            "stop": 1264763448
        },
        {
            "start": 1264763453,
            "stop": 1264763456
        },
        {
            "start": 1264763458,
            "stop": 1264763459
        },
        {
            "start": 1264763460,
            "stop": 1264763510
        },
        {
            "start": 1264763511,
            "stop": 1264763522
        },
        {
            "start": 1264763523,
            "stop": 1264763524
        },
        {
            "start": 1264763525,
            "stop": 1264763528
        },
        {
            "start": 1264763529,
            "stop": 1264763580
        },
        {
            "start": 1264763581,
            "stop": 1264763583
        },
        {
            "start": 1264763584,
            "stop": 1264763592
        },
        {
            "start": 1264763593,
            "stop": 1264763595
        },
        {
            "start": 1264763596,
            "stop": 1264764257
        },
        {
            "start": 1264764259,
            "stop": 1264764294
        },
        {
            "start": 1264764295,
            "stop": 1264764303
        },
        {
            "start": 1264764306,
            "stop": 1264764307
        },
        {
            "start": 1264764308,
            "stop": 1264764315
        },
        {
            "start": 1264764317,
            "stop": 1264764339
        }
    ]
}