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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=219",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 220,
    "results": [
        {
            "start": 821150101,
            "stop": 821150109
        },
        {
            "start": 821150119,
            "stop": 821150120
        },
        {
            "start": 821150150,
            "stop": 821150211
        },
        {
            "start": 821150219,
            "stop": 821150241
        },
        {
            "start": 821150250,
            "stop": 821150264
        },
        {
            "start": 821150272,
            "stop": 821150299
        },
        {
            "start": 821150320,
            "stop": 821150340
        },
        {
            "start": 821150351,
            "stop": 821150358
        },
        {
            "start": 821150909,
            "stop": 821150928
        },
        {
            "start": 821150952,
            "stop": 821150973
        },
        {
            "start": 821150983,
            "stop": 821150994
        },
        {
            "start": 821151005,
            "stop": 821151035
        },
        {
            "start": 821151046,
            "stop": 821151074
        },
        {
            "start": 821151082,
            "stop": 821151192
        },
        {
            "start": 821151200,
            "stop": 821151347
        },
        {
            "start": 821151355,
            "stop": 821151400
        },
        {
            "start": 821151408,
            "stop": 821151631
        },
        {
            "start": 821151648,
            "stop": 821151658
        },
        {
            "start": 821151669,
            "stop": 821151674
        },
        {
            "start": 821151683,
            "stop": 821151684
        }
    ]
}