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=968
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=969",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=967",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 968,
    "results": [
        {
            "start": 1251704903,
            "stop": 1251704907
        },
        {
            "start": 1251704912,
            "stop": 1251704953
        },
        {
            "start": 1251704956,
            "stop": 1251704973
        },
        {
            "start": 1251704978,
            "stop": 1251705029
        },
        {
            "start": 1251705032,
            "stop": 1251705073
        },
        {
            "start": 1251705078,
            "stop": 1251705178
        },
        {
            "start": 1251705183,
            "stop": 1251705199
        },
        {
            "start": 1251705202,
            "stop": 1251705289
        },
        {
            "start": 1251705299,
            "stop": 1251705304
        },
        {
            "start": 1251705308,
            "stop": 1251705388
        },
        {
            "start": 1251705397,
            "stop": 1251705428
        },
        {
            "start": 1251705433,
            "stop": 1251705507
        },
        {
            "start": 1251705514,
            "stop": 1251705521
        },
        {
            "start": 1251705526,
            "stop": 1251705541
        },
        {
            "start": 1251705544,
            "stop": 1251705549
        },
        {
            "start": 1251705554,
            "stop": 1251705648
        },
        {
            "start": 1251705653,
            "stop": 1251705711
        },
        {
            "start": 1251705716,
            "stop": 1251705731
        },
        {
            "start": 1251705736,
            "stop": 1251705805
        },
        {
            "start": 1251705809,
            "stop": 1251705822
        }
    ]
}