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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 210,
    "results": [
        {
            "start": 1240045654,
            "stop": 1240045879
        },
        {
            "start": 1240045881,
            "stop": 1240045909
        },
        {
            "start": 1240045910,
            "stop": 1240045961
        },
        {
            "start": 1240045962,
            "stop": 1240046100
        },
        {
            "start": 1240046101,
            "stop": 1240046457
        },
        {
            "start": 1240046458,
            "stop": 1240046736
        },
        {
            "start": 1240046738,
            "stop": 1240046950
        },
        {
            "start": 1240046952,
            "stop": 1240047202
        },
        {
            "start": 1240047205,
            "stop": 1240047287
        },
        {
            "start": 1240047290,
            "stop": 1240047306
        },
        {
            "start": 1240047307,
            "stop": 1240047311
        },
        {
            "start": 1240047312,
            "stop": 1240047771
        },
        {
            "start": 1240047772,
            "stop": 1240047812
        },
        {
            "start": 1240047815,
            "stop": 1240047870
        },
        {
            "start": 1240047878,
            "stop": 1240048632
        },
        {
            "start": 1240048633,
            "stop": 1240048800
        },
        {
            "start": 1240048801,
            "stop": 1240049008
        },
        {
            "start": 1240049010,
            "stop": 1240049168
        },
        {
            "start": 1240049171,
            "stop": 1240049383
        },
        {
            "start": 1240049384,
            "stop": 1240049517
        }
    ]
}