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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=196",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 197,
    "results": [
        {
            "start": 1261768173,
            "stop": 1261769455
        },
        {
            "start": 1261769456,
            "stop": 1261769976
        },
        {
            "start": 1261769980,
            "stop": 1261775476
        },
        {
            "start": 1261775481,
            "stop": 1261777880
        },
        {
            "start": 1261777883,
            "stop": 1261779469
        },
        {
            "start": 1261779471,
            "stop": 1261781393
        },
        {
            "start": 1261781394,
            "stop": 1261783100
        },
        {
            "start": 1261783103,
            "stop": 1261785832
        },
        {
            "start": 1261785837,
            "stop": 1261787716
        },
        {
            "start": 1261787718,
            "stop": 1261790024
        },
        {
            "start": 1261790026,
            "stop": 1261792081
        },
        {
            "start": 1261792083,
            "stop": 1261794249
        },
        {
            "start": 1261794252,
            "stop": 1261795364
        },
        {
            "start": 1261795368,
            "stop": 1261796558
        },
        {
            "start": 1261796562,
            "stop": 1261797240
        },
        {
            "start": 1261797244,
            "stop": 1261797906
        },
        {
            "start": 1261797911,
            "stop": 1261798181
        },
        {
            "start": 1261798184,
            "stop": 1261799459
        },
        {
            "start": 1261799467,
            "stop": 1261800066
        },
        {
            "start": 1261800069,
            "stop": 1261802326
        }
    ]
}