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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=21",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 22,
    "results": [
        {
            "start": 1135192760,
            "stop": 1135193716
        },
        {
            "start": 1135193965,
            "stop": 1135195359
        },
        {
            "start": 1135198866,
            "stop": 1135200145
        },
        {
            "start": 1135200407,
            "stop": 1135205052
        },
        {
            "start": 1135205597,
            "stop": 1135271487
        },
        {
            "start": 1135446151,
            "stop": 1135446967
        },
        {
            "start": 1135450321,
            "stop": 1135451521
        },
        {
            "start": 1135466575,
            "stop": 1135466883
        },
        {
            "start": 1135467084,
            "stop": 1135497663
        },
        {
            "start": 1135498420,
            "stop": 1135518960
        },
        {
            "start": 1135519921,
            "stop": 1135545798
        },
        {
            "start": 1135545994,
            "stop": 1135559189
        },
        {
            "start": 1135560089,
            "stop": 1135561114
        },
        {
            "start": 1135575589,
            "stop": 1135586799
        },
        {
            "start": 1135591973,
            "stop": 1135594919
        },
        {
            "start": 1135603023,
            "stop": 1135606822
        },
        {
            "start": 1135609217,
            "stop": 1135618455
        },
        {
            "start": 1135624693,
            "stop": 1135651710
        },
        {
            "start": 1135663473,
            "stop": 1135665510
        },
        {
            "start": 1135677262,
            "stop": 1135683893
        }
    ]
}