Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=182
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=181",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 182,
    "results": [
        {
            "start": 840254868,
            "stop": 840263350
        },
        {
            "start": 840263969,
            "stop": 840280333
        },
        {
            "start": 840281106,
            "stop": 840281953
        },
        {
            "start": 840319348,
            "stop": 840323353
        },
        {
            "start": 840332336,
            "stop": 840337182
        },
        {
            "start": 840341831,
            "stop": 840351162
        },
        {
            "start": 840353662,
            "stop": 840363972
        },
        {
            "start": 840365814,
            "stop": 840366973
        },
        {
            "start": 840367015,
            "stop": 840367016
        },
        {
            "start": 840367700,
            "stop": 840370693
        },
        {
            "start": 840370723,
            "stop": 840370724
        },
        {
            "start": 840371087,
            "stop": 840374533
        },
        {
            "start": 840375620,
            "stop": 840375973
        },
        {
            "start": 840375995,
            "stop": 840375997
        },
        {
            "start": 840376097,
            "stop": 840376669
        },
        {
            "start": 840378688,
            "stop": 840379929
        },
        {
            "start": 840380539,
            "stop": 840382083
        },
        {
            "start": 840442150,
            "stop": 840451213
        },
        {
            "start": 840451227,
            "stop": 840451228
        },
        {
            "start": 840451425,
            "stop": 840457573
        }
    ]
}