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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=246",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 247,
    "results": [
        {
            "start": 1240223856,
            "stop": 1240224013
        },
        {
            "start": 1240224015,
            "stop": 1240224096
        },
        {
            "start": 1240224099,
            "stop": 1240224479
        },
        {
            "start": 1240224480,
            "stop": 1240224574
        },
        {
            "start": 1240224576,
            "stop": 1240224693
        },
        {
            "start": 1240224695,
            "stop": 1240224938
        },
        {
            "start": 1240224939,
            "stop": 1240224942
        },
        {
            "start": 1240224943,
            "stop": 1240225171
        },
        {
            "start": 1240225173,
            "stop": 1240225416
        },
        {
            "start": 1240225417,
            "stop": 1240225438
        },
        {
            "start": 1240225441,
            "stop": 1240225981
        },
        {
            "start": 1240225983,
            "stop": 1240226164
        },
        {
            "start": 1240226167,
            "stop": 1240226197
        },
        {
            "start": 1240226198,
            "stop": 1240226209
        },
        {
            "start": 1240226210,
            "stop": 1240226431
        },
        {
            "start": 1240226432,
            "stop": 1240226876
        },
        {
            "start": 1240226877,
            "stop": 1240226901
        },
        {
            "start": 1240226902,
            "stop": 1240226918
        },
        {
            "start": 1240226920,
            "stop": 1240227325
        },
        {
            "start": 1240227326,
            "stop": 1240227546
        }
    ]
}