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=971
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=972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=970",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 971,
    "results": [
        {
            "start": 872186759,
            "stop": 872187179
        },
        {
            "start": 872187322,
            "stop": 872188042
        },
        {
            "start": 872188482,
            "stop": 872188542
        },
        {
            "start": 872188788,
            "stop": 872188908
        },
        {
            "start": 872189652,
            "stop": 872189832
        },
        {
            "start": 872190042,
            "stop": 872193462
        },
        {
            "start": 872193606,
            "stop": 872193666
        },
        {
            "start": 872196323,
            "stop": 872196623
        },
        {
            "start": 872196773,
            "stop": 872197433
        },
        {
            "start": 872197584,
            "stop": 872197704
        },
        {
            "start": 872197868,
            "stop": 872198948
        },
        {
            "start": 872199261,
            "stop": 872199321
        },
        {
            "start": 872199604,
            "stop": 872199724
        },
        {
            "start": 872199880,
            "stop": 872200840
        },
        {
            "start": 872201147,
            "stop": 872201747
        },
        {
            "start": 872208158,
            "stop": 872208938
        },
        {
            "start": 872209101,
            "stop": 872209521
        },
        {
            "start": 872209689,
            "stop": 872210649
        },
        {
            "start": 872210819,
            "stop": 872210999
        },
        {
            "start": 872211169,
            "stop": 872211889
        }
    ]
}