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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=4",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 5,
    "results": [
        {
            "start": 931078553,
            "stop": 931078554
        },
        {
            "start": 931078635,
            "stop": 931078643
        },
        {
            "start": 931078696,
            "stop": 931078698
        },
        {
            "start": 931078745,
            "stop": 931078746
        },
        {
            "start": 931078937,
            "stop": 931078938
        },
        {
            "start": 931079017,
            "stop": 931079018
        },
        {
            "start": 931079077,
            "stop": 931079078
        },
        {
            "start": 931079142,
            "stop": 931079143
        },
        {
            "start": 931079179,
            "stop": 931079180
        },
        {
            "start": 931081044,
            "stop": 931081047
        },
        {
            "start": 931081116,
            "stop": 931082999
        },
        {
            "start": 931106835,
            "stop": 931109270
        },
        {
            "start": 931113846,
            "stop": 931116758
        },
        {
            "start": 931138578,
            "stop": 931138581
        },
        {
            "start": 931138606,
            "stop": 931138608
        },
        {
            "start": 931159742,
            "stop": 931164448
        },
        {
            "start": 931169081,
            "stop": 931170969
        },
        {
            "start": 931173201,
            "stop": 931177646
        },
        {
            "start": 931180124,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931194235
        }
    ]
}