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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=208",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 209,
    "results": [
        {
            "start": 817705612,
            "stop": 817705817
        },
        {
            "start": 817705856,
            "stop": 817706299
        },
        {
            "start": 817706322,
            "stop": 817706518
        },
        {
            "start": 817706547,
            "stop": 817706861
        },
        {
            "start": 817706888,
            "stop": 817707148
        },
        {
            "start": 817707182,
            "stop": 817707272
        },
        {
            "start": 817707292,
            "stop": 817707297
        },
        {
            "start": 817707318,
            "stop": 817707557
        },
        {
            "start": 817707577,
            "stop": 817707712
        },
        {
            "start": 817707731,
            "stop": 817707734
        },
        {
            "start": 817707757,
            "stop": 817707828
        },
        {
            "start": 817707848,
            "stop": 817707978
        },
        {
            "start": 817708004,
            "stop": 817708022
        },
        {
            "start": 817708041,
            "stop": 817709148
        },
        {
            "start": 817709167,
            "stop": 817711000
        },
        {
            "start": 817711019,
            "stop": 817711553
        },
        {
            "start": 817711583,
            "stop": 817711625
        },
        {
            "start": 817711642,
            "stop": 817713979
        },
        {
            "start": 817713998,
            "stop": 817714167
        },
        {
            "start": 817714204,
            "stop": 817714237
        }
    ]
}