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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=46",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 47,
    "results": [
        {
            "start": 931508324,
            "stop": 931508327
        },
        {
            "start": 931508339,
            "stop": 931508357
        },
        {
            "start": 931508382,
            "stop": 931508385
        },
        {
            "start": 931508398,
            "stop": 931508404
        },
        {
            "start": 931508413,
            "stop": 931508420
        },
        {
            "start": 931508427,
            "stop": 931508433
        },
        {
            "start": 931508449,
            "stop": 931508450
        },
        {
            "start": 931508458,
            "stop": 931508464
        },
        {
            "start": 931508474,
            "stop": 931508475
        },
        {
            "start": 931508509,
            "stop": 931508512
        },
        {
            "start": 931508524,
            "stop": 931508527
        },
        {
            "start": 931508545,
            "stop": 931508581
        },
        {
            "start": 931508588,
            "stop": 931508590
        },
        {
            "start": 931508602,
            "stop": 931508605
        },
        {
            "start": 931508619,
            "stop": 931508621
        },
        {
            "start": 931508634,
            "stop": 931508650
        },
        {
            "start": 931508669,
            "stop": 931508672
        },
        {
            "start": 931508679,
            "stop": 931508685
        },
        {
            "start": 931508692,
            "stop": 931508707
        },
        {
            "start": 931508714,
            "stop": 931508715
        }
    ]
}