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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=372",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 373,
    "results": [
        {
            "start": 1240770920,
            "stop": 1240770924
        },
        {
            "start": 1240770925,
            "stop": 1240770950
        },
        {
            "start": 1240770951,
            "stop": 1240770959
        },
        {
            "start": 1240770960,
            "stop": 1240770968
        },
        {
            "start": 1240770969,
            "stop": 1240771040
        },
        {
            "start": 1240771041,
            "stop": 1240771044
        },
        {
            "start": 1240771045,
            "stop": 1240771057
        },
        {
            "start": 1240771060,
            "stop": 1240771063
        },
        {
            "start": 1240771064,
            "stop": 1240771079
        },
        {
            "start": 1240771080,
            "stop": 1240771083
        },
        {
            "start": 1240771085,
            "stop": 1240771122
        },
        {
            "start": 1240771123,
            "stop": 1240771124
        },
        {
            "start": 1240771125,
            "stop": 1240771145
        },
        {
            "start": 1240771147,
            "stop": 1240771148
        },
        {
            "start": 1240771149,
            "stop": 1240771167
        },
        {
            "start": 1240771168,
            "stop": 1240771173
        },
        {
            "start": 1240771176,
            "stop": 1240771185
        },
        {
            "start": 1240771188,
            "stop": 1240771192
        },
        {
            "start": 1240771193,
            "stop": 1240771206
        },
        {
            "start": 1240771208,
            "stop": 1240771230
        }
    ]
}