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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=370",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 371,
    "results": [
        {
            "start": 1178004281,
            "stop": 1178014443
        },
        {
            "start": 1178014447,
            "stop": 1178014684
        },
        {
            "start": 1178018789,
            "stop": 1178027601
        },
        {
            "start": 1178029475,
            "stop": 1178029895
        },
        {
            "start": 1178029898,
            "stop": 1178029905
        },
        {
            "start": 1178029911,
            "stop": 1178029916
        },
        {
            "start": 1178029921,
            "stop": 1178029955
        },
        {
            "start": 1178029958,
            "stop": 1178031433
        },
        {
            "start": 1178063779,
            "stop": 1178067033
        },
        {
            "start": 1178072059,
            "stop": 1178075114
        },
        {
            "start": 1178075117,
            "stop": 1178084106
        },
        {
            "start": 1178086459,
            "stop": 1178089944
        },
        {
            "start": 1178089948,
            "stop": 1178100327
        },
        {
            "start": 1178102162,
            "stop": 1178106821
        },
        {
            "start": 1178106825,
            "stop": 1178109462
        },
        {
            "start": 1178112707,
            "stop": 1178126137
        },
        {
            "start": 1178126141,
            "stop": 1178141834
        },
        {
            "start": 1178141839,
            "stop": 1178143501
        },
        {
            "start": 1178145498,
            "stop": 1178146693
        },
        {
            "start": 1178146697,
            "stop": 1178154170
        }
    ]
}