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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=118",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 119,
    "results": [
        {
            "start": 931677187,
            "stop": 931677190
        },
        {
            "start": 931677199,
            "stop": 931677204
        },
        {
            "start": 931677213,
            "stop": 931677218
        },
        {
            "start": 931677225,
            "stop": 931677229
        },
        {
            "start": 931677247,
            "stop": 931677254
        },
        {
            "start": 931677273,
            "stop": 931677276
        },
        {
            "start": 931677283,
            "stop": 931677289
        },
        {
            "start": 931677298,
            "stop": 931677308
        },
        {
            "start": 931677326,
            "stop": 931677327
        },
        {
            "start": 931677340,
            "stop": 931677341
        },
        {
            "start": 931677348,
            "stop": 931677352
        },
        {
            "start": 931677360,
            "stop": 931677368
        },
        {
            "start": 931677375,
            "stop": 931677384
        },
        {
            "start": 931677408,
            "stop": 931677410
        },
        {
            "start": 931677422,
            "stop": 931677425
        },
        {
            "start": 931677432,
            "stop": 931677433
        },
        {
            "start": 931677440,
            "stop": 931677444
        },
        {
            "start": 931677461,
            "stop": 931677474
        },
        {
            "start": 931677480,
            "stop": 931677485
        },
        {
            "start": 931677492,
            "stop": 931677493
        }
    ]
}