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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1235",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1236,
    "results": [
        {
            "start": 957350038,
            "stop": 957350051
        },
        {
            "start": 957350053,
            "stop": 957350214
        },
        {
            "start": 957350216,
            "stop": 957350277
        },
        {
            "start": 957350279,
            "stop": 957350530
        },
        {
            "start": 957350532,
            "stop": 957350579
        },
        {
            "start": 957350581,
            "stop": 957350639
        },
        {
            "start": 957350640,
            "stop": 957351051
        },
        {
            "start": 957351053,
            "stop": 957351451
        },
        {
            "start": 957351453,
            "stop": 957351671
        },
        {
            "start": 957351673,
            "stop": 957351717
        },
        {
            "start": 957351719,
            "stop": 957351879
        },
        {
            "start": 957351881,
            "stop": 957352154
        },
        {
            "start": 957354972,
            "stop": 957354999
        },
        {
            "start": 957355001,
            "stop": 957355171
        },
        {
            "start": 957355173,
            "stop": 957355469
        },
        {
            "start": 957355471,
            "stop": 957355533
        },
        {
            "start": 957355535,
            "stop": 957356014
        },
        {
            "start": 957356016,
            "stop": 957356103
        },
        {
            "start": 957356104,
            "stop": 957356132
        },
        {
            "start": 957356134,
            "stop": 957356136
        }
    ]
}