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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 3,
    "results": [
        {
            "start": 816095231,
            "stop": 816095577
        },
        {
            "start": 816095585,
            "stop": 816095606
        },
        {
            "start": 816095614,
            "stop": 816095779
        },
        {
            "start": 816095787,
            "stop": 816095826
        },
        {
            "start": 816095834,
            "stop": 816095927
        },
        {
            "start": 816095935,
            "stop": 816095985
        },
        {
            "start": 816095993,
            "stop": 816096001
        },
        {
            "start": 816096010,
            "stop": 816096194
        },
        {
            "start": 816097026,
            "stop": 816097191
        },
        {
            "start": 816097200,
            "stop": 816097616
        },
        {
            "start": 816097624,
            "stop": 816097654
        },
        {
            "start": 816098446,
            "stop": 816098532
        },
        {
            "start": 816098540,
            "stop": 816098864
        },
        {
            "start": 816098872,
            "stop": 816099113
        },
        {
            "start": 816099121,
            "stop": 816099154
        },
        {
            "start": 816099162,
            "stop": 816099177
        },
        {
            "start": 816132800,
            "stop": 816133051
        },
        {
            "start": 816133058,
            "stop": 816133076
        },
        {
            "start": 816229176,
            "stop": 816231736
        },
        {
            "start": 816231743,
            "stop": 816236578
        }
    ]
}