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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=224",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 225,
    "results": [
        {
            "start": 818217710,
            "stop": 818217714
        },
        {
            "start": 818217719,
            "stop": 818217720
        },
        {
            "start": 818217731,
            "stop": 818217733
        },
        {
            "start": 818217755,
            "stop": 818217763
        },
        {
            "start": 818217778,
            "stop": 818217779
        },
        {
            "start": 818217782,
            "stop": 818217787
        },
        {
            "start": 818217794,
            "stop": 818217796
        },
        {
            "start": 818217805,
            "stop": 818217807
        },
        {
            "start": 818217810,
            "stop": 818217811
        },
        {
            "start": 818217822,
            "stop": 818217825
        },
        {
            "start": 818217829,
            "stop": 818217834
        },
        {
            "start": 818217838,
            "stop": 818217839
        },
        {
            "start": 818217865,
            "stop": 818217866
        },
        {
            "start": 818217875,
            "stop": 818217876
        },
        {
            "start": 818217881,
            "stop": 818217885
        },
        {
            "start": 818217890,
            "stop": 818217891
        },
        {
            "start": 818217900,
            "stop": 818217904
        },
        {
            "start": 818217930,
            "stop": 818217932
        },
        {
            "start": 818217962,
            "stop": 818217966
        },
        {
            "start": 818217995,
            "stop": 818217998
        }
    ]
}