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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=400",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 401,
    "results": [
        {
            "start": 821766181,
            "stop": 821766217
        },
        {
            "start": 821766222,
            "stop": 821766224
        },
        {
            "start": 821766230,
            "stop": 821766232
        },
        {
            "start": 821766237,
            "stop": 821766239
        },
        {
            "start": 821766242,
            "stop": 821766243
        },
        {
            "start": 821766255,
            "stop": 821766272
        },
        {
            "start": 821766275,
            "stop": 821766278
        },
        {
            "start": 821766281,
            "stop": 821766282
        },
        {
            "start": 821766285,
            "stop": 821766288
        },
        {
            "start": 821766291,
            "stop": 821766293
        },
        {
            "start": 821766299,
            "stop": 821766302
        },
        {
            "start": 821766312,
            "stop": 821766316
        },
        {
            "start": 821766319,
            "stop": 821766322
        },
        {
            "start": 821766325,
            "stop": 821766326
        },
        {
            "start": 821766329,
            "stop": 821766330
        },
        {
            "start": 821766337,
            "stop": 821766339
        },
        {
            "start": 821766347,
            "stop": 821766348
        },
        {
            "start": 821766351,
            "stop": 821766352
        },
        {
            "start": 821766358,
            "stop": 821766363
        },
        {
            "start": 821766366,
            "stop": 821766369
        }
    ]
}