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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=73",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 74,
    "results": [
        {
            "start": 931464881,
            "stop": 931464890
        },
        {
            "start": 931464953,
            "stop": 931465044
        },
        {
            "start": 931465046,
            "stop": 931465085
        },
        {
            "start": 931465110,
            "stop": 931465141
        },
        {
            "start": 931465158,
            "stop": 931465191
        },
        {
            "start": 931465209,
            "stop": 931465248
        },
        {
            "start": 931465334,
            "stop": 931465336
        },
        {
            "start": 931465369,
            "stop": 931465387
        },
        {
            "start": 931465440,
            "stop": 931465441
        },
        {
            "start": 931465488,
            "stop": 931465600
        },
        {
            "start": 931465629,
            "stop": 931465641
        },
        {
            "start": 931465665,
            "stop": 931465717
        },
        {
            "start": 931465734,
            "stop": 931465762
        },
        {
            "start": 931465764,
            "stop": 931465794
        },
        {
            "start": 931465796,
            "stop": 931465827
        },
        {
            "start": 931465830,
            "stop": 931465839
        },
        {
            "start": 931465862,
            "stop": 931465872
        },
        {
            "start": 931465874,
            "stop": 931465901
        },
        {
            "start": 931465905,
            "stop": 931465917
        },
        {
            "start": 931465935,
            "stop": 931465946
        }
    ]
}