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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=73",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 74,
    "results": [
        {
            "start": 818050365,
            "stop": 818050385
        },
        {
            "start": 818050395,
            "stop": 818050400
        },
        {
            "start": 818050408,
            "stop": 818050462
        },
        {
            "start": 818050470,
            "stop": 818050484
        },
        {
            "start": 818050498,
            "stop": 818050514
        },
        {
            "start": 818050522,
            "stop": 818050568
        },
        {
            "start": 818050576,
            "stop": 818050657
        },
        {
            "start": 818050665,
            "stop": 818050692
        },
        {
            "start": 818050700,
            "stop": 818050719
        },
        {
            "start": 818050727,
            "stop": 818050733
        },
        {
            "start": 818050742,
            "stop": 818050747
        },
        {
            "start": 818050755,
            "stop": 818050765
        },
        {
            "start": 818050780,
            "stop": 818050781
        },
        {
            "start": 818050795,
            "stop": 818050815
        },
        {
            "start": 818050839,
            "stop": 818050851
        },
        {
            "start": 818050859,
            "stop": 818050865
        },
        {
            "start": 818050879,
            "stop": 818050905
        },
        {
            "start": 818050914,
            "stop": 818050924
        },
        {
            "start": 818050932,
            "stop": 818050969
        },
        {
            "start": 818050977,
            "stop": 818050978
        }
    ]
}