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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=37",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 38,
    "results": [
        {
            "start": 1128331338,
            "stop": 1128331500
        },
        {
            "start": 1128331501,
            "stop": 1128331505
        },
        {
            "start": 1128331506,
            "stop": 1128331556
        },
        {
            "start": 1128331558,
            "stop": 1128331559
        },
        {
            "start": 1128331564,
            "stop": 1128331570
        },
        {
            "start": 1128331572,
            "stop": 1128331575
        },
        {
            "start": 1128331578,
            "stop": 1128331582
        },
        {
            "start": 1128331584,
            "stop": 1128331624
        },
        {
            "start": 1128331625,
            "stop": 1128331627
        },
        {
            "start": 1128331631,
            "stop": 1128331635
        },
        {
            "start": 1128331636,
            "stop": 1128331639
        },
        {
            "start": 1128331642,
            "stop": 1128331764
        },
        {
            "start": 1128331765,
            "stop": 1128331773
        },
        {
            "start": 1128331775,
            "stop": 1128331777
        },
        {
            "start": 1128331779,
            "stop": 1128331780
        },
        {
            "start": 1128331781,
            "stop": 1128331784
        },
        {
            "start": 1128331785,
            "stop": 1128331788
        },
        {
            "start": 1128331791,
            "stop": 1128331817
        },
        {
            "start": 1128331877,
            "stop": 1128331918
        },
        {
            "start": 1128331919,
            "stop": 1128331928
        }
    ]
}