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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9952",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9953,
    "results": [
        {
            "start": 875181558,
            "stop": 875182081
        },
        {
            "start": 875182085,
            "stop": 875182114
        },
        {
            "start": 875182117,
            "stop": 875182123
        },
        {
            "start": 875182129,
            "stop": 875182132
        },
        {
            "start": 875182135,
            "stop": 875182140
        },
        {
            "start": 875182440,
            "stop": 875182500
        },
        {
            "start": 875182620,
            "stop": 875182643
        },
        {
            "start": 875182660,
            "stop": 875182680
        },
        {
            "start": 875189700,
            "stop": 875189760
        },
        {
            "start": 875190180,
            "stop": 875190208
        },
        {
            "start": 875190540,
            "stop": 875192400
        },
        {
            "start": 875192460,
            "stop": 875192925
        },
        {
            "start": 875193045,
            "stop": 875194029
        },
        {
            "start": 875194046,
            "stop": 875195971
        },
        {
            "start": 875195992,
            "stop": 875196458
        },
        {
            "start": 875196578,
            "stop": 875196638
        },
        {
            "start": 875196655,
            "stop": 875196678
        },
        {
            "start": 875196695,
            "stop": 875196833
        },
        {
            "start": 875196850,
            "stop": 875196860
        },
        {
            "start": 875196877,
            "stop": 875197035
        }
    ]
}