Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=548
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=547",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 548,
    "results": [
        {
            "start": 872086413,
            "stop": 872086516
        },
        {
            "start": 872086518,
            "stop": 872086574
        },
        {
            "start": 872086576,
            "stop": 872086650
        },
        {
            "start": 872087804,
            "stop": 872098582
        },
        {
            "start": 872098595,
            "stop": 872150500
        },
        {
            "start": 872152752,
            "stop": 872169270
        },
        {
            "start": 872170110,
            "stop": 872177289
        },
        {
            "start": 872177509,
            "stop": 872193964
        },
        {
            "start": 872196186,
            "stop": 872202121
        },
        {
            "start": 872207591,
            "stop": 872207630
        },
        {
            "start": 872207899,
            "stop": 872207923
        },
        {
            "start": 872208090,
            "stop": 872230653
        },
        {
            "start": 872233175,
            "stop": 872233287
        },
        {
            "start": 872233289,
            "stop": 872236658
        },
        {
            "start": 872237236,
            "stop": 872253018
        },
        {
            "start": 872255308,
            "stop": 872255662
        },
        {
            "start": 872255664,
            "stop": 872256057
        },
        {
            "start": 872256059,
            "stop": 872259685
        },
        {
            "start": 872259687,
            "stop": 872259712
        },
        {
            "start": 872259714,
            "stop": 872259805
        }
    ]
}