Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6573
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6572",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6573,
    "results": [
        {
            "start": 874529330,
            "stop": 874529463
        },
        {
            "start": 874529464,
            "stop": 874530177
        },
        {
            "start": 874535621,
            "stop": 874535824
        },
        {
            "start": 874535825,
            "stop": 874536261
        },
        {
            "start": 874538124,
            "stop": 874538298
        },
        {
            "start": 874538300,
            "stop": 874538591
        },
        {
            "start": 874538592,
            "stop": 874538641
        },
        {
            "start": 874538642,
            "stop": 874538995
        },
        {
            "start": 874538996,
            "stop": 874540104
        },
        {
            "start": 874540105,
            "stop": 874540243
        },
        {
            "start": 874540244,
            "stop": 874540547
        },
        {
            "start": 874540548,
            "stop": 874540613
        },
        {
            "start": 874540614,
            "stop": 874541273
        },
        {
            "start": 874541274,
            "stop": 874541862
        },
        {
            "start": 874541863,
            "stop": 874541881
        },
        {
            "start": 874541882,
            "stop": 874542158
        },
        {
            "start": 874542159,
            "stop": 874542313
        },
        {
            "start": 874542314,
            "stop": 874542355
        },
        {
            "start": 874542356,
            "stop": 874543511
        },
        {
            "start": 874543512,
            "stop": 874543612
        }
    ]
}