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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 101,
    "results": [
        {
            "start": 931399996,
            "stop": 931400031
        },
        {
            "start": 931400033,
            "stop": 931400122
        },
        {
            "start": 931400124,
            "stop": 931400132
        },
        {
            "start": 931400133,
            "stop": 931400139
        },
        {
            "start": 931400141,
            "stop": 931400155
        },
        {
            "start": 931400156,
            "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": 931400403
        },
        {
            "start": 931400405,
            "stop": 931400474
        },
        {
            "start": 931400477,
            "stop": 931400493
        },
        {
            "start": 931400495,
            "stop": 931400537
        },
        {
            "start": 931400539,
            "stop": 931400550
        },
        {
            "start": 931400551,
            "stop": 931400579
        },
        {
            "start": 931400581,
            "stop": 931400597
        },
        {
            "start": 931400599,
            "stop": 931400643
        }
    ]
}