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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=126",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 127,
    "results": [
        {
            "start": 819182926,
            "stop": 819183051
        },
        {
            "start": 819183054,
            "stop": 819183349
        },
        {
            "start": 819183350,
            "stop": 819183633
        },
        {
            "start": 819183636,
            "stop": 819184627
        },
        {
            "start": 819184631,
            "stop": 819184796
        },
        {
            "start": 819184800,
            "stop": 819184979
        },
        {
            "start": 819184982,
            "stop": 819185039
        },
        {
            "start": 819185043,
            "stop": 819185276
        },
        {
            "start": 819188420,
            "stop": 819189075
        },
        {
            "start": 819189078,
            "stop": 819189514
        },
        {
            "start": 819189518,
            "stop": 819189771
        },
        {
            "start": 819189774,
            "stop": 819190863
        },
        {
            "start": 819190867,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819193991
        },
        {
            "start": 819193995,
            "stop": 819194929
        },
        {
            "start": 819194932,
            "stop": 819195008
        },
        {
            "start": 819195011,
            "stop": 819195030
        },
        {
            "start": 819195034,
            "stop": 819195666
        },
        {
            "start": 819195670,
            "stop": 819195727
        },
        {
            "start": 819195730,
            "stop": 819196905
        }
    ]
}