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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=109",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 110,
    "results": [
        {
            "start": 825889548,
            "stop": 825889559
        },
        {
            "start": 825889562,
            "stop": 825889573
        },
        {
            "start": 825891353,
            "stop": 825891666
        },
        {
            "start": 825891676,
            "stop": 825891686
        },
        {
            "start": 825891690,
            "stop": 825891782
        },
        {
            "start": 825898531,
            "stop": 825898683
        },
        {
            "start": 825908198,
            "stop": 825908961
        },
        {
            "start": 825908965,
            "stop": 825909045
        },
        {
            "start": 825909049,
            "stop": 825909069
        },
        {
            "start": 825909072,
            "stop": 825909112
        },
        {
            "start": 825909116,
            "stop": 825909122
        },
        {
            "start": 825909126,
            "stop": 825909196
        },
        {
            "start": 825909210,
            "stop": 825909216
        },
        {
            "start": 825909219,
            "stop": 825909226
        },
        {
            "start": 825909229,
            "stop": 825909805
        },
        {
            "start": 825909808,
            "stop": 825909812
        },
        {
            "start": 825909816,
            "stop": 825909827
        },
        {
            "start": 825909835,
            "stop": 825909913
        },
        {
            "start": 825909926,
            "stop": 825909966
        },
        {
            "start": 825909969,
            "stop": 825909985
        }
    ]
}