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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=35",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 36,
    "results": [
        {
            "start": 1128047428,
            "stop": 1128054209
        },
        {
            "start": 1128054210,
            "stop": 1128054857
        },
        {
            "start": 1128054858,
            "stop": 1128070338
        },
        {
            "start": 1128070339,
            "stop": 1128092225
        },
        {
            "start": 1128092226,
            "stop": 1128100907
        },
        {
            "start": 1128116370,
            "stop": 1128118614
        },
        {
            "start": 1128118615,
            "stop": 1128127693
        },
        {
            "start": 1128127694,
            "stop": 1128128424
        },
        {
            "start": 1128128425,
            "stop": 1128133877
        },
        {
            "start": 1128133879,
            "stop": 1128134229
        },
        {
            "start": 1128134230,
            "stop": 1128141587
        },
        {
            "start": 1128141588,
            "stop": 1128165784
        },
        {
            "start": 1128165785,
            "stop": 1128174868
        },
        {
            "start": 1128174870,
            "stop": 1128176312
        },
        {
            "start": 1128212167,
            "stop": 1128217593
        },
        {
            "start": 1128217594,
            "stop": 1128218920
        },
        {
            "start": 1128218921,
            "stop": 1128222376
        },
        {
            "start": 1128222377,
            "stop": 1128229088
        },
        {
            "start": 1128229089,
            "stop": 1128230641
        },
        {
            "start": 1128230642,
            "stop": 1128235927
        }
    ]
}