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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=130",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 131,
    "results": [
        {
            "start": 837242351,
            "stop": 837266365
        },
        {
            "start": 837266367,
            "stop": 837266424
        },
        {
            "start": 837266426,
            "stop": 837267841
        },
        {
            "start": 837267850,
            "stop": 837269112
        },
        {
            "start": 837269120,
            "stop": 837269263
        },
        {
            "start": 837269281,
            "stop": 837269305
        },
        {
            "start": 837269319,
            "stop": 837270311
        },
        {
            "start": 837270318,
            "stop": 837270385
        },
        {
            "start": 837299149,
            "stop": 837299503
        },
        {
            "start": 837301573,
            "stop": 837304054
        },
        {
            "start": 837304061,
            "stop": 837304144
        },
        {
            "start": 837307435,
            "stop": 837307600
        },
        {
            "start": 837307601,
            "stop": 837322042
        },
        {
            "start": 837323011,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837329975
        },
        {
            "start": 837329982,
            "stop": 837330185
        },
        {
            "start": 837330191,
            "stop": 837330217
        },
        {
            "start": 837331855,
            "stop": 837344627
        },
        {
            "start": 837346232,
            "stop": 837347074
        },
        {
            "start": 837348123,
            "stop": 837352814
        }
    ]
}