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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3701",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3699",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3700,
    "results": [
        {
            "start": 970980671,
            "stop": 970980711
        },
        {
            "start": 970980714,
            "stop": 970980753
        },
        {
            "start": 970980756,
            "stop": 970980916
        },
        {
            "start": 970980921,
            "stop": 970980935
        },
        {
            "start": 970980938,
            "stop": 970980987
        },
        {
            "start": 970980990,
            "stop": 970981087
        },
        {
            "start": 970981090,
            "stop": 970981143
        },
        {
            "start": 970981146,
            "stop": 970981153
        },
        {
            "start": 970981156,
            "stop": 970981201
        },
        {
            "start": 970981204,
            "stop": 970981300
        },
        {
            "start": 970981303,
            "stop": 970981315
        },
        {
            "start": 970981316,
            "stop": 970981484
        },
        {
            "start": 970981487,
            "stop": 970981497
        },
        {
            "start": 970981500,
            "stop": 970981568
        },
        {
            "start": 970981571,
            "stop": 970981808
        },
        {
            "start": 970981811,
            "stop": 970981828
        },
        {
            "start": 970981831,
            "stop": 970981938
        },
        {
            "start": 970981941,
            "stop": 970982131
        },
        {
            "start": 970982134,
            "stop": 970982167
        },
        {
            "start": 970982170,
            "stop": 970982180
        }
    ]
}