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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=96",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 97,
    "results": [
        {
            "start": 950109748,
            "stop": 950126636
        },
        {
            "start": 950128837,
            "stop": 950170089
        },
        {
            "start": 950173385,
            "stop": 950175366
        },
        {
            "start": 950176741,
            "stop": 950197105
        },
        {
            "start": 950198725,
            "stop": 950208288
        },
        {
            "start": 950209788,
            "stop": 950227802
        },
        {
            "start": 950230370,
            "stop": 950288060
        },
        {
            "start": 950296801,
            "stop": 950297380
        },
        {
            "start": 950300116,
            "stop": 950302033
        },
        {
            "start": 950303711,
            "stop": 950309748
        },
        {
            "start": 950316422,
            "stop": 950328117
        },
        {
            "start": 950331094,
            "stop": 950357930
        },
        {
            "start": 950361539,
            "stop": 950373927
        },
        {
            "start": 950414802,
            "stop": 950431875
        },
        {
            "start": 950432235,
            "stop": 950456671
        },
        {
            "start": 950458151,
            "stop": 950458324
        },
        {
            "start": 950460093,
            "stop": 950463772
        },
        {
            "start": 950466865,
            "stop": 950469983
        },
        {
            "start": 950482057,
            "stop": 950491324
        },
        {
            "start": 950497767,
            "stop": 950501542
        }
    ]
}