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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=289",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 290,
    "results": [
        {
            "start": 1177844578,
            "stop": 1177844631
        },
        {
            "start": 1177844632,
            "stop": 1177845350
        },
        {
            "start": 1177845351,
            "stop": 1177845384
        },
        {
            "start": 1177845385,
            "stop": 1177845396
        },
        {
            "start": 1177845399,
            "stop": 1177845411
        },
        {
            "start": 1177845412,
            "stop": 1177845580
        },
        {
            "start": 1177845581,
            "stop": 1177845720
        },
        {
            "start": 1177845722,
            "stop": 1177847367
        },
        {
            "start": 1177847368,
            "stop": 1177853764
        },
        {
            "start": 1177853765,
            "stop": 1177854316
        },
        {
            "start": 1177854318,
            "stop": 1177856174
        },
        {
            "start": 1177856178,
            "stop": 1177858490
        },
        {
            "start": 1177858492,
            "stop": 1177859060
        },
        {
            "start": 1177859061,
            "stop": 1177859216
        },
        {
            "start": 1177859218,
            "stop": 1177859514
        },
        {
            "start": 1177859515,
            "stop": 1177859698
        },
        {
            "start": 1177859702,
            "stop": 1177859705
        },
        {
            "start": 1177859707,
            "stop": 1177859779
        },
        {
            "start": 1177859780,
            "stop": 1177859781
        },
        {
            "start": 1177859782,
            "stop": 1177860005
        }
    ]
}