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=5744
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=5745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5743",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5744,
    "results": [
        {
            "start": 874617603,
            "stop": 874617626
        },
        {
            "start": 874617633,
            "stop": 874617692
        },
        {
            "start": 874617700,
            "stop": 874617712
        },
        {
            "start": 874617716,
            "stop": 874617719
        },
        {
            "start": 874617722,
            "stop": 874617725
        },
        {
            "start": 874617728,
            "stop": 874617743
        },
        {
            "start": 874617747,
            "stop": 874617783
        },
        {
            "start": 874617786,
            "stop": 874617801
        },
        {
            "start": 874617804,
            "stop": 874617857
        },
        {
            "start": 874617860,
            "stop": 874617865
        },
        {
            "start": 874617868,
            "stop": 874617894
        },
        {
            "start": 874617897,
            "stop": 874617923
        },
        {
            "start": 874617926,
            "stop": 874617949
        },
        {
            "start": 874617952,
            "stop": 874617970
        },
        {
            "start": 874617974,
            "stop": 874617985
        },
        {
            "start": 874617988,
            "stop": 874617991
        },
        {
            "start": 874617994,
            "stop": 874617995
        },
        {
            "start": 874617998,
            "stop": 874618003
        },
        {
            "start": 874618009,
            "stop": 874618095
        },
        {
            "start": 874618098,
            "stop": 874618124
        }
    ]
}