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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 204,
    "results": [
        {
            "start": 1176808124,
            "stop": 1176808142
        },
        {
            "start": 1176808143,
            "stop": 1176808205
        },
        {
            "start": 1176808209,
            "stop": 1176808211
        },
        {
            "start": 1176808217,
            "stop": 1176808221
        },
        {
            "start": 1176808223,
            "stop": 1176808224
        },
        {
            "start": 1176808229,
            "stop": 1176808244
        },
        {
            "start": 1176808253,
            "stop": 1176808254
        },
        {
            "start": 1176808255,
            "stop": 1176808256
        },
        {
            "start": 1176808257,
            "stop": 1176808328
        },
        {
            "start": 1176808330,
            "stop": 1176808332
        },
        {
            "start": 1176808351,
            "stop": 1176808358
        },
        {
            "start": 1176808360,
            "stop": 1176808361
        },
        {
            "start": 1176808362,
            "stop": 1176808473
        },
        {
            "start": 1176808481,
            "stop": 1176808482
        },
        {
            "start": 1176808483,
            "stop": 1176808678
        },
        {
            "start": 1176808697,
            "stop": 1176808819
        },
        {
            "start": 1176808821,
            "stop": 1176808923
        },
        {
            "start": 1176808924,
            "stop": 1176809724
        },
        {
            "start": 1176809725,
            "stop": 1176809826
        },
        {
            "start": 1176809828,
            "stop": 1176810775
        }
    ]
}