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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=19",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 20,
    "results": [
        {
            "start": 816200520,
            "stop": 816200693
        },
        {
            "start": 816201454,
            "stop": 816201600
        },
        {
            "start": 816201720,
            "stop": 816202020
        },
        {
            "start": 816202140,
            "stop": 816202200
        },
        {
            "start": 816202260,
            "stop": 816202500
        },
        {
            "start": 816202560,
            "stop": 816202680
        },
        {
            "start": 816202740,
            "stop": 816203293
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816206400
        },
        {
            "start": 816206460,
            "stop": 816206825
        },
        {
            "start": 816206832,
            "stop": 816207540
        },
        {
            "start": 816207600,
            "stop": 816207613
        },
        {
            "start": 816207978,
            "stop": 816208453
        },
        {
            "start": 816209567,
            "stop": 816209617
        },
        {
            "start": 816210833,
            "stop": 816211080
        },
        {
            "start": 816213626,
            "stop": 816214080
        },
        {
            "start": 816214942,
            "stop": 816215003
        },
        {
            "start": 816247674,
            "stop": 816258710
        },
        {
            "start": 816258790,
            "stop": 816265610
        },
        {
            "start": 816265690,
            "stop": 816265724
        }
    ]
}