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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5169",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5170,
    "results": [
        {
            "start": 969704311,
            "stop": 969704593
        },
        {
            "start": 969704596,
            "stop": 969704613
        },
        {
            "start": 969704616,
            "stop": 969704728
        },
        {
            "start": 969704731,
            "stop": 969704742
        },
        {
            "start": 969704745,
            "stop": 969704822
        },
        {
            "start": 969704825,
            "stop": 969704958
        },
        {
            "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
        }
    ]
}