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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4665",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4663",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4664,
    "results": [
        {
            "start": 969704961,
            "stop": 969705872
        },
        {
            "start": 969705875,
            "stop": 969706444
        },
        {
            "start": 969706447,
            "stop": 969706491
        },
        {
            "start": 969706494,
            "stop": 969707077
        },
        {
            "start": 969707080,
            "stop": 969707679
        },
        {
            "start": 969707682,
            "stop": 969708160
        },
        {
            "start": 969708163,
            "stop": 969708232
        },
        {
            "start": 969708235,
            "stop": 969708339
        },
        {
            "start": 969708342,
            "stop": 969708413
        },
        {
            "start": 969708416,
            "stop": 969708552
        },
        {
            "start": 969708555,
            "stop": 969708574
        },
        {
            "start": 969708577,
            "stop": 969708706
        },
        {
            "start": 969708709,
            "stop": 969708843
        },
        {
            "start": 969708846,
            "stop": 969708889
        },
        {
            "start": 969708892,
            "stop": 969709102
        },
        {
            "start": 969709105,
            "stop": 969709173
        },
        {
            "start": 969709176,
            "stop": 969709222
        },
        {
            "start": 969709225,
            "stop": 969709633
        },
        {
            "start": 969709636,
            "stop": 969710054
        },
        {
            "start": 969710057,
            "stop": 969710263
        }
    ]
}