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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 149,
    "results": [
        {
            "start": 931399997,
            "stop": 931400031
        },
        {
            "start": 931400033,
            "stop": 931400057
        },
        {
            "start": 931400058,
            "stop": 931400060
        },
        {
            "start": 931400061,
            "stop": 931400122
        },
        {
            "start": 931400124,
            "stop": 931400132
        },
        {
            "start": 931400133,
            "stop": 931400139
        },
        {
            "start": 931400141,
            "stop": 931400155
        },
        {
            "start": 931400156,
            "stop": 931400168
        },
        {
            "start": 931400169,
            "stop": 931400180
        },
        {
            "start": 931400184,
            "stop": 931400221
        },
        {
            "start": 931400222,
            "stop": 931400248
        },
        {
            "start": 931400250,
            "stop": 931400251
        },
        {
            "start": 931400253,
            "stop": 931400256
        },
        {
            "start": 931400260,
            "stop": 931400305
        },
        {
            "start": 931400307,
            "stop": 931400340
        },
        {
            "start": 931400342,
            "stop": 931400369
        },
        {
            "start": 931400371,
            "stop": 931400386
        },
        {
            "start": 931400387,
            "stop": 931400403
        },
        {
            "start": 931400405,
            "stop": 931400464
        },
        {
            "start": 931400465,
            "stop": 931400474
        }
    ]
}