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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=237",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 238,
    "results": [
        {
            "start": 959163351,
            "stop": 959173303
        },
        {
            "start": 959175241,
            "stop": 959189939
        },
        {
            "start": 959189942,
            "stop": 959189964
        },
        {
            "start": 959189972,
            "stop": 959189978
        },
        {
            "start": 959189984,
            "stop": 959194893
        },
        {
            "start": 959196563,
            "stop": 959209787
        },
        {
            "start": 959219689,
            "stop": 959246805
        },
        {
            "start": 959253952,
            "stop": 959275980
        },
        {
            "start": 959279378,
            "stop": 959288277
        },
        {
            "start": 959295244,
            "stop": 959299326
        },
        {
            "start": 959299680,
            "stop": 959311983
        },
        {
            "start": 959316532,
            "stop": 959374313
        },
        {
            "start": 959374316,
            "stop": 959375323
        },
        {
            "start": 959375326,
            "stop": 959375654
        },
        {
            "start": 959375657,
            "stop": 959375683
        },
        {
            "start": 959375686,
            "stop": 959375689
        },
        {
            "start": 959375694,
            "stop": 959376051
        },
        {
            "start": 959376054,
            "stop": 959376065
        },
        {
            "start": 959376068,
            "stop": 959376076
        },
        {
            "start": 959376079,
            "stop": 959376210
        }
    ]
}