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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=7",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 8,
    "results": [
        {
            "start": 816233360,
            "stop": 816233445
        },
        {
            "start": 816233454,
            "stop": 816233474
        },
        {
            "start": 816233484,
            "stop": 816233520
        },
        {
            "start": 816233528,
            "stop": 816233550
        },
        {
            "start": 816233557,
            "stop": 816233567
        },
        {
            "start": 816233574,
            "stop": 816233602
        },
        {
            "start": 816233615,
            "stop": 816233619
        },
        {
            "start": 816233627,
            "stop": 816233642
        },
        {
            "start": 816233650,
            "stop": 816233654
        },
        {
            "start": 816233665,
            "stop": 816233669
        },
        {
            "start": 816233677,
            "stop": 816233739
        },
        {
            "start": 816233747,
            "stop": 816233772
        },
        {
            "start": 816233784,
            "stop": 816233831
        },
        {
            "start": 816233841,
            "stop": 816233845
        },
        {
            "start": 816233858,
            "stop": 816233894
        },
        {
            "start": 816233902,
            "stop": 816233906
        },
        {
            "start": 816233913,
            "stop": 816233961
        },
        {
            "start": 816233971,
            "stop": 816233984
        },
        {
            "start": 816233994,
            "stop": 816233995
        },
        {
            "start": 816234002,
            "stop": 816234012
        }
    ]
}