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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9958",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9959,
    "results": [
        {
            "start": 871769162,
            "stop": 871769522
        },
        {
            "start": 871769529,
            "stop": 871770840
        },
        {
            "start": 871770900,
            "stop": 871771342
        },
        {
            "start": 871771462,
            "stop": 871774937
        },
        {
            "start": 871774954,
            "stop": 871775537
        },
        {
            "start": 871775573,
            "stop": 871779359
        },
        {
            "start": 871779479,
            "stop": 871780470
        },
        {
            "start": 871781379,
            "stop": 871781996
        },
        {
            "start": 871782003,
            "stop": 871783680
        },
        {
            "start": 871783740,
            "stop": 871788000
        },
        {
            "start": 871788060,
            "stop": 871788589
        },
        {
            "start": 871788606,
            "stop": 871791610
        },
        {
            "start": 871791627,
            "stop": 871792140
        },
        {
            "start": 871792200,
            "stop": 871793962
        },
        {
            "start": 871793979,
            "stop": 871796638
        },
        {
            "start": 871796655,
            "stop": 871797360
        },
        {
            "start": 871797420,
            "stop": 871797660
        },
        {
            "start": 871797720,
            "stop": 871798940
        },
        {
            "start": 871798957,
            "stop": 871799220
        },
        {
            "start": 871799340,
            "stop": 871801140
        }
    ]
}