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=8290
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=8291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8289",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8290,
    "results": [
        {
            "start": 874041749,
            "stop": 874041782
        },
        {
            "start": 874041801,
            "stop": 874041982
        },
        {
            "start": 874042170,
            "stop": 874042173
        },
        {
            "start": 874042199,
            "stop": 874042344
        },
        {
            "start": 874042545,
            "stop": 874042576
        },
        {
            "start": 874042627,
            "stop": 874042674
        },
        {
            "start": 874042696,
            "stop": 874042730
        },
        {
            "start": 874042749,
            "stop": 874042877
        },
        {
            "start": 874042938,
            "stop": 874042960
        },
        {
            "start": 874042995,
            "stop": 874043106
        },
        {
            "start": 874043304,
            "stop": 874043351
        },
        {
            "start": 874043377,
            "stop": 874043520
        },
        {
            "start": 874043539,
            "stop": 874043540
        },
        {
            "start": 874043570,
            "stop": 874043577
        },
        {
            "start": 874043596,
            "stop": 874043686
        },
        {
            "start": 874043788,
            "stop": 874043789
        },
        {
            "start": 874043840,
            "stop": 874043861
        },
        {
            "start": 874043886,
            "stop": 874044503
        },
        {
            "start": 874044540,
            "stop": 874044602
        },
        {
            "start": 874044683,
            "stop": 874044720
        }
    ]
}