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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4968",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4969,
    "results": [
        {
            "start": 874462251,
            "stop": 874462288
        },
        {
            "start": 874462295,
            "stop": 874462517
        },
        {
            "start": 874462524,
            "stop": 874462809
        },
        {
            "start": 874462816,
            "stop": 874462824
        },
        {
            "start": 874462831,
            "stop": 874462859
        },
        {
            "start": 874462866,
            "stop": 874462907
        },
        {
            "start": 874462914,
            "stop": 874462943
        },
        {
            "start": 874462952,
            "stop": 874463050
        },
        {
            "start": 874463057,
            "stop": 874463234
        },
        {
            "start": 874463241,
            "stop": 874463270
        },
        {
            "start": 874463277,
            "stop": 874463302
        },
        {
            "start": 874463309,
            "stop": 874463327
        },
        {
            "start": 874463334,
            "stop": 874463474
        },
        {
            "start": 874463482,
            "stop": 874463532
        },
        {
            "start": 874463539,
            "stop": 874463598
        },
        {
            "start": 874463605,
            "stop": 874463648
        },
        {
            "start": 874463655,
            "stop": 874463868
        },
        {
            "start": 874463875,
            "stop": 874463961
        },
        {
            "start": 874463968,
            "stop": 874464101
        },
        {
            "start": 874464108,
            "stop": 874464157
        }
    ]
}