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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=151",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 152,
    "results": [
        {
            "start": 931776933,
            "stop": 931776936
        },
        {
            "start": 931776945,
            "stop": 931776946
        },
        {
            "start": 931776989,
            "stop": 931776990
        },
        {
            "start": 931777032,
            "stop": 931777033
        },
        {
            "start": 931777047,
            "stop": 931777049
        },
        {
            "start": 931777057,
            "stop": 931777060
        },
        {
            "start": 931777148,
            "stop": 931777151
        },
        {
            "start": 931777279,
            "stop": 931777280
        },
        {
            "start": 931777405,
            "stop": 931777406
        },
        {
            "start": 931777421,
            "stop": 931777422
        },
        {
            "start": 931777430,
            "stop": 931777442
        },
        {
            "start": 931777459,
            "stop": 931777461
        },
        {
            "start": 931777486,
            "stop": 931777496
        },
        {
            "start": 931778331,
            "stop": 931778339
        },
        {
            "start": 931782475,
            "stop": 931782741
        },
        {
            "start": 931784402,
            "stop": 931786142
        },
        {
            "start": 931786148,
            "stop": 931786164
        },
        {
            "start": 931786169,
            "stop": 931786279
        },
        {
            "start": 931786285,
            "stop": 931786820
        },
        {
            "start": 931786826,
            "stop": 931787149
        }
    ]
}