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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 160,
    "results": [
        {
            "start": 1373519184,
            "stop": 1373519995
        },
        {
            "start": 1373519998,
            "stop": 1373520689
        },
        {
            "start": 1373520691,
            "stop": 1373521336
        },
        {
            "start": 1373521338,
            "stop": 1373522658
        },
        {
            "start": 1373522660,
            "stop": 1373523109
        },
        {
            "start": 1373523110,
            "stop": 1373525091
        },
        {
            "start": 1373525093,
            "stop": 1373525798
        },
        {
            "start": 1373525799,
            "stop": 1373525886
        },
        {
            "start": 1373546702,
            "stop": 1373546879
        },
        {
            "start": 1373546880,
            "stop": 1373547536
        },
        {
            "start": 1373547537,
            "stop": 1373548769
        },
        {
            "start": 1373548771,
            "stop": 1373549609
        },
        {
            "start": 1373549611,
            "stop": 1373550929
        },
        {
            "start": 1373550931,
            "stop": 1373551648
        },
        {
            "start": 1373551650,
            "stop": 1373552885
        },
        {
            "start": 1373552887,
            "stop": 1373553961
        },
        {
            "start": 1373553963,
            "stop": 1373555167
        },
        {
            "start": 1373555169,
            "stop": 1373555804
        },
        {
            "start": 1373555806,
            "stop": 1373557657
        },
        {
            "start": 1373557659,
            "stop": 1373558310
        }
    ]
}