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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=944",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 945,
    "results": [
        {
            "start": 870884602,
            "stop": 870884782
        },
        {
            "start": 870885096,
            "stop": 870885156
        },
        {
            "start": 870885457,
            "stop": 870885697
        },
        {
            "start": 870885831,
            "stop": 870885891
        },
        {
            "start": 870886139,
            "stop": 870887069
        },
        {
            "start": 870887099,
            "stop": 870887279
        },
        {
            "start": 870887561,
            "stop": 870887681
        },
        {
            "start": 870887820,
            "stop": 870888210
        },
        {
            "start": 870888240,
            "stop": 870889440
        },
        {
            "start": 870889587,
            "stop": 870890367
        },
        {
            "start": 870890519,
            "stop": 870890699
        },
        {
            "start": 870890974,
            "stop": 870891034
        },
        {
            "start": 870895913,
            "stop": 870895973
        },
        {
            "start": 870896120,
            "stop": 870896450
        },
        {
            "start": 870896626,
            "stop": 870896686
        },
        {
            "start": 870896850,
            "stop": 870896910
        },
        {
            "start": 870897063,
            "stop": 870897243
        },
        {
            "start": 870897536,
            "stop": 870897596
        },
        {
            "start": 870897839,
            "stop": 870897959
        },
        {
            "start": 870898181,
            "stop": 870898481
        }
    ]
}