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=5371
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=5372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5370",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5371,
    "results": [
        {
            "start": 971547628,
            "stop": 971547640
        },
        {
            "start": 971547643,
            "stop": 971547770
        },
        {
            "start": 971547773,
            "stop": 971547844
        },
        {
            "start": 971547847,
            "stop": 971548091
        },
        {
            "start": 971548094,
            "stop": 971548097
        },
        {
            "start": 971548100,
            "stop": 971548154
        },
        {
            "start": 971548157,
            "stop": 971548202
        },
        {
            "start": 971548205,
            "stop": 971548338
        },
        {
            "start": 971548341,
            "stop": 971548389
        },
        {
            "start": 971548392,
            "stop": 971548396
        },
        {
            "start": 971548399,
            "stop": 971548439
        },
        {
            "start": 971548443,
            "stop": 971548459
        },
        {
            "start": 971548463,
            "stop": 971548502
        },
        {
            "start": 971548505,
            "stop": 971548508
        },
        {
            "start": 971548511,
            "stop": 971548530
        },
        {
            "start": 971548534,
            "stop": 971548674
        },
        {
            "start": 971548677,
            "stop": 971548781
        },
        {
            "start": 971548784,
            "stop": 971548809
        },
        {
            "start": 971548812,
            "stop": 971548952
        },
        {
            "start": 971548955,
            "stop": 971548981
        }
    ]
}