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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10265",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10266,
    "results": [
        {
            "start": 874752764,
            "stop": 874752856
        },
        {
            "start": 874752863,
            "stop": 874753020
        },
        {
            "start": 874753080,
            "stop": 874753200
        },
        {
            "start": 874753260,
            "stop": 874753367
        },
        {
            "start": 874753401,
            "stop": 874753637
        },
        {
            "start": 874753644,
            "stop": 874753835
        },
        {
            "start": 874753842,
            "stop": 874754109
        },
        {
            "start": 874754126,
            "stop": 874754388
        },
        {
            "start": 874754395,
            "stop": 874754486
        },
        {
            "start": 874754493,
            "stop": 874755076
        },
        {
            "start": 874755110,
            "stop": 874755344
        },
        {
            "start": 874755378,
            "stop": 874755600
        },
        {
            "start": 874755660,
            "stop": 874755801
        },
        {
            "start": 874755841,
            "stop": 874755842
        },
        {
            "start": 874755876,
            "stop": 874755933
        },
        {
            "start": 874755944,
            "stop": 874755960
        },
        {
            "start": 874756080,
            "stop": 874756170
        },
        {
            "start": 874756204,
            "stop": 874756440
        },
        {
            "start": 874756501,
            "stop": 874756502
        },
        {
            "start": 874756536,
            "stop": 874756560
        }
    ]
}