Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 68,
    "results": [
        {
            "start": 1238769712,
            "stop": 1238769713
        },
        {
            "start": 1238769716,
            "stop": 1238769723
        },
        {
            "start": 1238769728,
            "stop": 1238769729
        },
        {
            "start": 1238769730,
            "stop": 1238769732
        },
        {
            "start": 1238769734,
            "stop": 1238769735
        },
        {
            "start": 1238769738,
            "stop": 1238769740
        },
        {
            "start": 1238769741,
            "stop": 1238769744
        },
        {
            "start": 1238769745,
            "stop": 1238769751
        },
        {
            "start": 1238769752,
            "stop": 1238769753
        },
        {
            "start": 1238769755,
            "stop": 1238769756
        },
        {
            "start": 1238769757,
            "stop": 1238769758
        },
        {
            "start": 1238769759,
            "stop": 1238769766
        },
        {
            "start": 1238769768,
            "stop": 1238769796
        },
        {
            "start": 1238769797,
            "stop": 1238769813
        },
        {
            "start": 1238769815,
            "stop": 1238769823
        },
        {
            "start": 1238769824,
            "stop": 1238769833
        },
        {
            "start": 1238769834,
            "stop": 1238769836
        },
        {
            "start": 1238769837,
            "stop": 1238769840
        },
        {
            "start": 1238769841,
            "stop": 1238769922
        },
        {
            "start": 1238769924,
            "stop": 1238769980
        }
    ]
}