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=9043
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=9044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9042",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9043,
    "results": [
        {
            "start": 874266167,
            "stop": 874266241
        },
        {
            "start": 874266262,
            "stop": 874266300
        },
        {
            "start": 874266319,
            "stop": 874266389
        },
        {
            "start": 874266406,
            "stop": 874266518
        },
        {
            "start": 874266554,
            "stop": 874266796
        },
        {
            "start": 874266833,
            "stop": 874266992
        },
        {
            "start": 874267011,
            "stop": 874267034
        },
        {
            "start": 874267057,
            "stop": 874267142
        },
        {
            "start": 874267161,
            "stop": 874268295
        },
        {
            "start": 874268315,
            "stop": 874268630
        },
        {
            "start": 874268650,
            "stop": 874268801
        },
        {
            "start": 874268820,
            "stop": 874268899
        },
        {
            "start": 874268919,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269019
        },
        {
            "start": 874269050,
            "stop": 874269055
        },
        {
            "start": 874269074,
            "stop": 874269092
        },
        {
            "start": 874269110,
            "stop": 874269303
        },
        {
            "start": 874269320,
            "stop": 874269714
        },
        {
            "start": 874269733,
            "stop": 874270176
        },
        {
            "start": 874270195,
            "stop": 874270431
        }
    ]
}