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=9012
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=9013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9011",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9012,
    "results": [
        {
            "start": 874041087,
            "stop": 874041394
        },
        {
            "start": 874041411,
            "stop": 874041502
        },
        {
            "start": 874041535,
            "stop": 874041559
        },
        {
            "start": 874041589,
            "stop": 874041593
        },
        {
            "start": 874041614,
            "stop": 874041700
        },
        {
            "start": 874041727,
            "stop": 874041729
        },
        {
            "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
        }
    ]
}