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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=122",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 123,
    "results": [
        {
            "start": 817993203,
            "stop": 817993246
        },
        {
            "start": 817993275,
            "stop": 817993601
        },
        {
            "start": 817993630,
            "stop": 817993737
        },
        {
            "start": 817993766,
            "stop": 817993817
        },
        {
            "start": 817993848,
            "stop": 817993884
        },
        {
            "start": 817993913,
            "stop": 817993925
        },
        {
            "start": 817993978,
            "stop": 817993991
        },
        {
            "start": 817994041,
            "stop": 817994071
        },
        {
            "start": 817994122,
            "stop": 817994192
        },
        {
            "start": 817994274,
            "stop": 817994294
        },
        {
            "start": 817994323,
            "stop": 817994421
        },
        {
            "start": 817994450,
            "stop": 817994458
        },
        {
            "start": 817994487,
            "stop": 817994705
        },
        {
            "start": 817994807,
            "stop": 817994957
        },
        {
            "start": 817994986,
            "stop": 817995144
        },
        {
            "start": 817995173,
            "stop": 817995211
        },
        {
            "start": 817995240,
            "stop": 817995304
        },
        {
            "start": 817995339,
            "stop": 817995437
        },
        {
            "start": 818049731,
            "stop": 818049799
        },
        {
            "start": 818049848,
            "stop": 818049903
        }
    ]
}