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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5327",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5328,
    "results": [
        {
            "start": 971093025,
            "stop": 971093356
        },
        {
            "start": 971093359,
            "stop": 971093392
        },
        {
            "start": 971093395,
            "stop": 971093753
        },
        {
            "start": 971093756,
            "stop": 971093887
        },
        {
            "start": 971093890,
            "stop": 971094216
        },
        {
            "start": 971094219,
            "stop": 971094520
        },
        {
            "start": 971094523,
            "stop": 971094695
        },
        {
            "start": 971094698,
            "stop": 971095032
        },
        {
            "start": 971095035,
            "stop": 971095217
        },
        {
            "start": 971095221,
            "stop": 971095415
        },
        {
            "start": 971095418,
            "stop": 971095774
        },
        {
            "start": 971095777,
            "stop": 971095937
        },
        {
            "start": 971095940,
            "stop": 971096277
        },
        {
            "start": 971096280,
            "stop": 971096310
        },
        {
            "start": 971100276,
            "stop": 971100288
        },
        {
            "start": 971100291,
            "stop": 971100359
        },
        {
            "start": 971100368,
            "stop": 971100495
        },
        {
            "start": 971100498,
            "stop": 971100536
        },
        {
            "start": 971100540,
            "stop": 971100547
        },
        {
            "start": 971100552,
            "stop": 971100553
        }
    ]
}