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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=272",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 273,
    "results": [
        {
            "start": 1240327993,
            "stop": 1240327995
        },
        {
            "start": 1240327996,
            "stop": 1240328019
        },
        {
            "start": 1240328020,
            "stop": 1240328021
        },
        {
            "start": 1240328022,
            "stop": 1240328077
        },
        {
            "start": 1240328080,
            "stop": 1240328100
        },
        {
            "start": 1240328101,
            "stop": 1240328125
        },
        {
            "start": 1240328126,
            "stop": 1240328129
        },
        {
            "start": 1240328130,
            "stop": 1240328155
        },
        {
            "start": 1240328157,
            "stop": 1240328175
        },
        {
            "start": 1240328176,
            "stop": 1240328178
        },
        {
            "start": 1240328179,
            "stop": 1240328205
        },
        {
            "start": 1240328209,
            "stop": 1240328231
        },
        {
            "start": 1240328232,
            "stop": 1240328233
        },
        {
            "start": 1240328234,
            "stop": 1240328254
        },
        {
            "start": 1240328255,
            "stop": 1240328257
        },
        {
            "start": 1240328258,
            "stop": 1240328266
        },
        {
            "start": 1240328269,
            "stop": 1240328283
        },
        {
            "start": 1240328284,
            "stop": 1240328301
        },
        {
            "start": 1240328302,
            "stop": 1240328307
        },
        {
            "start": 1240328308,
            "stop": 1240328322
        }
    ]
}