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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=71",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 72,
    "results": [
        {
            "start": 931287137,
            "stop": 931287138
        },
        {
            "start": 931287141,
            "stop": 931287146
        },
        {
            "start": 931287149,
            "stop": 931287152
        },
        {
            "start": 931287154,
            "stop": 931287160
        },
        {
            "start": 931287162,
            "stop": 931287164
        },
        {
            "start": 931287166,
            "stop": 931287185
        },
        {
            "start": 931287186,
            "stop": 931287192
        },
        {
            "start": 931287194,
            "stop": 931287196
        },
        {
            "start": 931287199,
            "stop": 931287202
        },
        {
            "start": 931287204,
            "stop": 931287212
        },
        {
            "start": 931287214,
            "stop": 931287225
        },
        {
            "start": 931287227,
            "stop": 931287230
        },
        {
            "start": 931287233,
            "stop": 931287240
        },
        {
            "start": 931287242,
            "stop": 931287257
        },
        {
            "start": 931287263,
            "stop": 931287266
        },
        {
            "start": 931287268,
            "stop": 931287274
        },
        {
            "start": 931287283,
            "stop": 931287286
        },
        {
            "start": 931287288,
            "stop": 931287292
        },
        {
            "start": 931287294,
            "stop": 931287298
        },
        {
            "start": 931287302,
            "stop": 931287304
        }
    ]
}