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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 82,
    "results": [
        {
            "start": 931266600,
            "stop": 931266613
        },
        {
            "start": 931266614,
            "stop": 931266632
        },
        {
            "start": 931266633,
            "stop": 931266786
        },
        {
            "start": 931266787,
            "stop": 931266820
        },
        {
            "start": 931266821,
            "stop": 931266911
        },
        {
            "start": 931266912,
            "stop": 931267165
        },
        {
            "start": 931267166,
            "stop": 931267216
        },
        {
            "start": 931267217,
            "stop": 931267232
        },
        {
            "start": 931267233,
            "stop": 931267273
        },
        {
            "start": 931267274,
            "stop": 931267418
        },
        {
            "start": 931267419,
            "stop": 931267444
        },
        {
            "start": 931267445,
            "stop": 931267599
        },
        {
            "start": 931267600,
            "stop": 931267668
        },
        {
            "start": 931267669,
            "stop": 931267690
        },
        {
            "start": 931267691,
            "stop": 931267732
        },
        {
            "start": 931267733,
            "stop": 931267849
        },
        {
            "start": 931267850,
            "stop": 931267851
        },
        {
            "start": 931267852,
            "stop": 931267861
        },
        {
            "start": 931267863,
            "stop": 931267877
        },
        {
            "start": 931267879,
            "stop": 931267905
        }
    ]
}