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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=33",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 34,
    "results": [
        {
            "start": 1135200407,
            "stop": 1135205052
        },
        {
            "start": 1135205597,
            "stop": 1135209411
        },
        {
            "start": 1135209413,
            "stop": 1135210722
        },
        {
            "start": 1135210723,
            "stop": 1135258821
        },
        {
            "start": 1135258823,
            "stop": 1135267002
        },
        {
            "start": 1135267004,
            "stop": 1135268643
        },
        {
            "start": 1135268645,
            "stop": 1135271486
        },
        {
            "start": 1135446151,
            "stop": 1135446967
        },
        {
            "start": 1135450321,
            "stop": 1135451520
        },
        {
            "start": 1135466575,
            "stop": 1135466883
        },
        {
            "start": 1135467084,
            "stop": 1135484011
        },
        {
            "start": 1135484013,
            "stop": 1135497663
        },
        {
            "start": 1135498420,
            "stop": 1135518960
        },
        {
            "start": 1135519921,
            "stop": 1135522609
        },
        {
            "start": 1135522611,
            "stop": 1135538052
        },
        {
            "start": 1135538054,
            "stop": 1135541335
        },
        {
            "start": 1135541337,
            "stop": 1135545798
        },
        {
            "start": 1135545994,
            "stop": 1135552142
        },
        {
            "start": 1135552144,
            "stop": 1135559189
        },
        {
            "start": 1135560089,
            "stop": 1135561113
        }
    ]
}