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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6288",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6289,
    "results": [
        {
            "start": 875112438,
            "stop": 875112450
        },
        {
            "start": 875112453,
            "stop": 875112628
        },
        {
            "start": 875112632,
            "stop": 875112665
        },
        {
            "start": 875112667,
            "stop": 875112691
        },
        {
            "start": 875112701,
            "stop": 875112819
        },
        {
            "start": 875112822,
            "stop": 875112823
        },
        {
            "start": 875112826,
            "stop": 875112831
        },
        {
            "start": 875112834,
            "stop": 875112967
        },
        {
            "start": 875112970,
            "stop": 875113006
        },
        {
            "start": 875113009,
            "stop": 875113025
        },
        {
            "start": 875113033,
            "stop": 875113035
        },
        {
            "start": 875113040,
            "stop": 875113070
        },
        {
            "start": 875113076,
            "stop": 875113145
        },
        {
            "start": 875113149,
            "stop": 875113170
        },
        {
            "start": 875113173,
            "stop": 875113350
        },
        {
            "start": 875113353,
            "stop": 875113397
        },
        {
            "start": 875113400,
            "stop": 875113501
        },
        {
            "start": 875113504,
            "stop": 875113520
        },
        {
            "start": 875113523,
            "stop": 875113531
        },
        {
            "start": 875113534,
            "stop": 875113584
        }
    ]
}