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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4935",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4936,
    "results": [
        {
            "start": 875220077,
            "stop": 875220087
        },
        {
            "start": 875220106,
            "stop": 875220109
        },
        {
            "start": 875220144,
            "stop": 875220163
        },
        {
            "start": 875220192,
            "stop": 875220200
        },
        {
            "start": 875220220,
            "stop": 875220294
        },
        {
            "start": 875220313,
            "stop": 875220329
        },
        {
            "start": 875220348,
            "stop": 875220372
        },
        {
            "start": 875220391,
            "stop": 875220505
        },
        {
            "start": 875220546,
            "stop": 875220551
        },
        {
            "start": 875220570,
            "stop": 875220574
        },
        {
            "start": 875220599,
            "stop": 875220618
        },
        {
            "start": 875220647,
            "stop": 875220649
        },
        {
            "start": 875220668,
            "stop": 875220672
        },
        {
            "start": 875220706,
            "stop": 875220770
        },
        {
            "start": 875220801,
            "stop": 875220865
        },
        {
            "start": 875220891,
            "stop": 875220905
        },
        {
            "start": 875220926,
            "stop": 875220940
        },
        {
            "start": 875220960,
            "stop": 875220966
        },
        {
            "start": 875221000,
            "stop": 875221012
        },
        {
            "start": 875221054,
            "stop": 875221061
        }
    ]
}