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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=246",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 247,
    "results": [
        {
            "start": 821382371,
            "stop": 821382384
        },
        {
            "start": 821382392,
            "stop": 821382394
        },
        {
            "start": 821382402,
            "stop": 821382433
        },
        {
            "start": 821382446,
            "stop": 821382532
        },
        {
            "start": 821382537,
            "stop": 821382721
        },
        {
            "start": 821382729,
            "stop": 821382758
        },
        {
            "start": 821382771,
            "stop": 821382924
        },
        {
            "start": 821382932,
            "stop": 821382959
        },
        {
            "start": 821382971,
            "stop": 821383083
        },
        {
            "start": 821383091,
            "stop": 821383339
        },
        {
            "start": 821383472,
            "stop": 821383739
        },
        {
            "start": 821383749,
            "stop": 821383789
        },
        {
            "start": 821383797,
            "stop": 821383861
        },
        {
            "start": 821383869,
            "stop": 821383897
        },
        {
            "start": 821383905,
            "stop": 821383957
        },
        {
            "start": 821383965,
            "stop": 821384121
        },
        {
            "start": 821384132,
            "stop": 821384440
        },
        {
            "start": 821384783,
            "stop": 821384801
        },
        {
            "start": 821384809,
            "stop": 821385332
        },
        {
            "start": 821385340,
            "stop": 821385749
        }
    ]
}