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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=343",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 344,
    "results": [
        {
            "start": 1382127569,
            "stop": 1382134516
        },
        {
            "start": 1382147460,
            "stop": 1382151070
        },
        {
            "start": 1382151075,
            "stop": 1382165164
        },
        {
            "start": 1382165169,
            "stop": 1382171789
        },
        {
            "start": 1382171792,
            "stop": 1382174186
        },
        {
            "start": 1382174189,
            "stop": 1382175338
        },
        {
            "start": 1382224173,
            "stop": 1382228542
        },
        {
            "start": 1382228547,
            "stop": 1382228834
        },
        {
            "start": 1382228839,
            "stop": 1382231910
        },
        {
            "start": 1382231913,
            "stop": 1382235867
        },
        {
            "start": 1382235871,
            "stop": 1382253580
        },
        {
            "start": 1382259592,
            "stop": 1382260974
        },
        {
            "start": 1382270420,
            "stop": 1382285175
        },
        {
            "start": 1382287987,
            "stop": 1382290176
        },
        {
            "start": 1382294130,
            "stop": 1382294247
        },
        {
            "start": 1382294250,
            "stop": 1382299822
        },
        {
            "start": 1382310220,
            "stop": 1382310740
        },
        {
            "start": 1382310742,
            "stop": 1382349602
        },
        {
            "start": 1382353102,
            "stop": 1382365372
        },
        {
            "start": 1382365375,
            "stop": 1382373753
        }
    ]
}