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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=79",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 80,
    "results": [
        {
            "start": 931597989,
            "stop": 931597992
        },
        {
            "start": 931598005,
            "stop": 931598022
        },
        {
            "start": 931598033,
            "stop": 931598038
        },
        {
            "start": 931598046,
            "stop": 931598053
        },
        {
            "start": 931598076,
            "stop": 931598107
        },
        {
            "start": 931598114,
            "stop": 931598144
        },
        {
            "start": 931598151,
            "stop": 931598153
        },
        {
            "start": 931598160,
            "stop": 931598167
        },
        {
            "start": 931598182,
            "stop": 931598197
        },
        {
            "start": 931598209,
            "stop": 931598214
        },
        {
            "start": 931598221,
            "stop": 931598226
        },
        {
            "start": 931598241,
            "stop": 931598249
        },
        {
            "start": 931598267,
            "stop": 931598269
        },
        {
            "start": 931598279,
            "stop": 931598284
        },
        {
            "start": 931598294,
            "stop": 931598311
        },
        {
            "start": 931598325,
            "stop": 931598329
        },
        {
            "start": 931598335,
            "stop": 931598344
        },
        {
            "start": 931598351,
            "stop": 931598358
        },
        {
            "start": 931598365,
            "stop": 931598367
        },
        {
            "start": 931598374,
            "stop": 931598420
        }
    ]
}