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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=24",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 25,
    "results": [
        {
            "start": 1369553857,
            "stop": 1369555027
        },
        {
            "start": 1369555028,
            "stop": 1369555612
        },
        {
            "start": 1369555613,
            "stop": 1369556883
        },
        {
            "start": 1369556885,
            "stop": 1369558253
        },
        {
            "start": 1369558256,
            "stop": 1369559407
        },
        {
            "start": 1369559409,
            "stop": 1369560676
        },
        {
            "start": 1369560678,
            "stop": 1369561730
        },
        {
            "start": 1369561731,
            "stop": 1369562998
        },
        {
            "start": 1369563000,
            "stop": 1369564254
        },
        {
            "start": 1369564256,
            "stop": 1369565494
        },
        {
            "start": 1369565496,
            "stop": 1369566763
        },
        {
            "start": 1369566765,
            "stop": 1369567054
        },
        {
            "start": 1369570476,
            "stop": 1369571462
        },
        {
            "start": 1369575206,
            "stop": 1369575380
        },
        {
            "start": 1369575382,
            "stop": 1369576646
        },
        {
            "start": 1369576648,
            "stop": 1369577265
        },
        {
            "start": 1369577267,
            "stop": 1369578274
        },
        {
            "start": 1369578276,
            "stop": 1369578604
        },
        {
            "start": 1369578605,
            "stop": 1369579422
        },
        {
            "start": 1369584420,
            "stop": 1369584770
        }
    ]
}