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_BURST_CAT1/segments?format=api&page=226
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=225",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 226,
    "results": [
        {
            "start": 836422894,
            "stop": 836424889
        },
        {
            "start": 836424993,
            "stop": 836427061
        },
        {
            "start": 836499306,
            "stop": 836500312
        },
        {
            "start": 836500313,
            "stop": 836500959
        },
        {
            "start": 836500961,
            "stop": 836501118
        },
        {
            "start": 836501119,
            "stop": 836515304
        },
        {
            "start": 836515305,
            "stop": 836515654
        },
        {
            "start": 836516815,
            "stop": 836531841
        },
        {
            "start": 836531843,
            "stop": 836536670
        },
        {
            "start": 836536672,
            "stop": 836542110
        },
        {
            "start": 836542718,
            "stop": 836542780
        },
        {
            "start": 836542781,
            "stop": 836546145
        },
        {
            "start": 836546147,
            "stop": 836550995
        },
        {
            "start": 836553626,
            "stop": 836553671
        },
        {
            "start": 836553672,
            "stop": 836553717
        },
        {
            "start": 836553719,
            "stop": 836553811
        },
        {
            "start": 836553813,
            "stop": 836554892
        },
        {
            "start": 836554894,
            "stop": 836562215
        },
        {
            "start": 836562217,
            "stop": 836562412
        },
        {
            "start": 836563586,
            "stop": 836566853
        }
    ]
}