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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=97",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 98,
    "results": [
        {
            "start": 931329852,
            "stop": 931329855
        },
        {
            "start": 931329857,
            "stop": 931329865
        },
        {
            "start": 931329881,
            "stop": 931329882
        },
        {
            "start": 931329884,
            "stop": 931329885
        },
        {
            "start": 931329887,
            "stop": 931329890
        },
        {
            "start": 931329895,
            "stop": 931329900
        },
        {
            "start": 931329902,
            "stop": 931329911
        },
        {
            "start": 931329918,
            "stop": 931329920
        },
        {
            "start": 931329924,
            "stop": 931329931
        },
        {
            "start": 931329938,
            "stop": 931329939
        },
        {
            "start": 931329947,
            "stop": 931329956
        },
        {
            "start": 931329958,
            "stop": 931329959
        },
        {
            "start": 931329961,
            "stop": 931329966
        },
        {
            "start": 931329970,
            "stop": 931329976
        },
        {
            "start": 931329978,
            "stop": 931329979
        },
        {
            "start": 931329981,
            "stop": 931329986
        },
        {
            "start": 931329989,
            "stop": 931329993
        },
        {
            "start": 931329995,
            "stop": 931329996
        },
        {
            "start": 931330001,
            "stop": 931330005
        },
        {
            "start": 931330007,
            "stop": 931330010
        }
    ]
}