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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=238",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 239,
    "results": [
        {
            "start": 817865286,
            "stop": 817865293
        },
        {
            "start": 817865296,
            "stop": 817865302
        },
        {
            "start": 817865305,
            "stop": 817865314
        },
        {
            "start": 817865350,
            "stop": 817865411
        },
        {
            "start": 817865433,
            "stop": 817865452
        },
        {
            "start": 817865486,
            "stop": 817865543
        },
        {
            "start": 817865548,
            "stop": 817865601
        },
        {
            "start": 817865618,
            "stop": 817865666
        },
        {
            "start": 817865669,
            "stop": 817865682
        },
        {
            "start": 817865707,
            "stop": 817865710
        },
        {
            "start": 817865729,
            "stop": 817865815
        },
        {
            "start": 817865834,
            "stop": 817865868
        },
        {
            "start": 817865892,
            "stop": 817865948
        },
        {
            "start": 817865968,
            "stop": 817865983
        },
        {
            "start": 817866002,
            "stop": 817866036
        },
        {
            "start": 817866040,
            "stop": 817866066
        },
        {
            "start": 817866086,
            "stop": 817866098
        },
        {
            "start": 817866101,
            "stop": 817866122
        },
        {
            "start": 817866143,
            "stop": 817866227
        },
        {
            "start": 817866231,
            "stop": 817866272
        }
    ]
}