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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 187,
    "results": [
        {
            "start": 1239847993,
            "stop": 1239848112
        },
        {
            "start": 1239848113,
            "stop": 1239848232
        },
        {
            "start": 1239848233,
            "stop": 1239848352
        },
        {
            "start": 1239848353,
            "stop": 1239848472
        },
        {
            "start": 1239848473,
            "stop": 1239848592
        },
        {
            "start": 1239848593,
            "stop": 1239848712
        },
        {
            "start": 1239848713,
            "stop": 1239848832
        },
        {
            "start": 1239848833,
            "stop": 1239848952
        },
        {
            "start": 1239848953,
            "stop": 1239849072
        },
        {
            "start": 1239849073,
            "stop": 1239849192
        },
        {
            "start": 1239849193,
            "stop": 1239849312
        },
        {
            "start": 1239849313,
            "stop": 1239849432
        },
        {
            "start": 1239849433,
            "stop": 1239849552
        },
        {
            "start": 1239849553,
            "stop": 1239849672
        },
        {
            "start": 1239849673,
            "stop": 1239849792
        },
        {
            "start": 1239849793,
            "stop": 1239849912
        },
        {
            "start": 1239849913,
            "stop": 1239850032
        },
        {
            "start": 1239850033,
            "stop": 1239850152
        },
        {
            "start": 1239850153,
            "stop": 1239850272
        },
        {
            "start": 1239850273,
            "stop": 1239850289
        }
    ]
}