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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4041",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4042,
    "results": [
        {
            "start": 875109412,
            "stop": 875109416
        },
        {
            "start": 875109419,
            "stop": 875109442
        },
        {
            "start": 875109448,
            "stop": 875109449
        },
        {
            "start": 875109452,
            "stop": 875109457
        },
        {
            "start": 875109464,
            "stop": 875109476
        },
        {
            "start": 875109482,
            "stop": 875109554
        },
        {
            "start": 875109557,
            "stop": 875111377
        },
        {
            "start": 875111380,
            "stop": 875112269
        },
        {
            "start": 875112272,
            "stop": 875112450
        },
        {
            "start": 875112453,
            "stop": 875112628
        },
        {
            "start": 875112632,
            "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
        }
    ]
}