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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=95",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 96,
    "results": [
        {
            "start": 824211659,
            "stop": 824211689
        },
        {
            "start": 824211693,
            "stop": 824211880
        },
        {
            "start": 824211883,
            "stop": 824211913
        },
        {
            "start": 824213353,
            "stop": 824213360
        },
        {
            "start": 824213363,
            "stop": 824213412
        },
        {
            "start": 824213416,
            "stop": 824214298
        },
        {
            "start": 824214302,
            "stop": 824214308
        },
        {
            "start": 824214316,
            "stop": 824214341
        },
        {
            "start": 824214345,
            "stop": 824214413
        },
        {
            "start": 824216353,
            "stop": 824216481
        },
        {
            "start": 824216485,
            "stop": 824216639
        },
        {
            "start": 824216648,
            "stop": 824216717
        },
        {
            "start": 824216720,
            "stop": 824216928
        },
        {
            "start": 824216932,
            "stop": 824217134
        },
        {
            "start": 824217138,
            "stop": 824217310
        },
        {
            "start": 824217321,
            "stop": 824217418
        },
        {
            "start": 824218393,
            "stop": 824218978
        },
        {
            "start": 824218981,
            "stop": 824219011
        },
        {
            "start": 824219015,
            "stop": 824219683
        },
        {
            "start": 824219687,
            "stop": 824219788
        }
    ]
}