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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=9",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 10,
    "results": [
        {
            "start": 816542304,
            "stop": 816542904
        },
        {
            "start": 816543070,
            "stop": 816544930
        },
        {
            "start": 816545095,
            "stop": 816545155
        },
        {
            "start": 816545297,
            "stop": 816545777
        },
        {
            "start": 816545930,
            "stop": 816546950
        },
        {
            "start": 816547110,
            "stop": 816547470
        },
        {
            "start": 816547698,
            "stop": 816548058
        },
        {
            "start": 816549871,
            "stop": 816549991
        },
        {
            "start": 816613672,
            "stop": 816613792
        },
        {
            "start": 816614906,
            "stop": 816614966
        },
        {
            "start": 816651683,
            "stop": 816651863
        },
        {
            "start": 816652040,
            "stop": 816652100
        },
        {
            "start": 816652257,
            "stop": 816652797
        },
        {
            "start": 816654031,
            "stop": 816654211
        },
        {
            "start": 816654377,
            "stop": 816654557
        },
        {
            "start": 816654753,
            "stop": 816654873
        },
        {
            "start": 816657531,
            "stop": 816657591
        },
        {
            "start": 816657841,
            "stop": 816657961
        },
        {
            "start": 816658371,
            "stop": 816658551
        },
        {
            "start": 816659186,
            "stop": 816659366
        }
    ]
}