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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=243",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 244,
    "results": [
        {
            "start": 1173879673,
            "stop": 1173881025
        },
        {
            "start": 1173881029,
            "stop": 1173882057
        },
        {
            "start": 1173882059,
            "stop": 1173883051
        },
        {
            "start": 1173883053,
            "stop": 1173884150
        },
        {
            "start": 1173884152,
            "stop": 1173885174
        },
        {
            "start": 1173885176,
            "stop": 1173886424
        },
        {
            "start": 1173886426,
            "stop": 1173887529
        },
        {
            "start": 1173887531,
            "stop": 1173888612
        },
        {
            "start": 1173888614,
            "stop": 1173889959
        },
        {
            "start": 1173889961,
            "stop": 1173891171
        },
        {
            "start": 1173891173,
            "stop": 1173892251
        },
        {
            "start": 1173892253,
            "stop": 1173893651
        },
        {
            "start": 1173893653,
            "stop": 1173894393
        },
        {
            "start": 1173894395,
            "stop": 1173895222
        },
        {
            "start": 1173895224,
            "stop": 1173896110
        },
        {
            "start": 1173896112,
            "stop": 1173897001
        },
        {
            "start": 1173897003,
            "stop": 1173897649
        },
        {
            "start": 1173897651,
            "stop": 1173899018
        },
        {
            "start": 1173899020,
            "stop": 1173899845
        },
        {
            "start": 1173899847,
            "stop": 1173901019
        }
    ]
}