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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5136",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5134",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5135,
    "results": [
        {
            "start": 1135989394,
            "stop": 1135989576
        },
        {
            "start": 1135989578,
            "stop": 1135989825
        },
        {
            "start": 1135989827,
            "stop": 1135990440
        },
        {
            "start": 1135990442,
            "stop": 1135990504
        },
        {
            "start": 1135990506,
            "stop": 1135990555
        },
        {
            "start": 1135990557,
            "stop": 1135990589
        },
        {
            "start": 1135990591,
            "stop": 1135990644
        },
        {
            "start": 1135990646,
            "stop": 1135990659
        },
        {
            "start": 1135990661,
            "stop": 1135990683
        },
        {
            "start": 1135990685,
            "stop": 1135990742
        },
        {
            "start": 1135990744,
            "stop": 1135990791
        },
        {
            "start": 1135990793,
            "stop": 1135991035
        },
        {
            "start": 1135991037,
            "stop": 1135991145
        },
        {
            "start": 1135991147,
            "stop": 1135991216
        },
        {
            "start": 1135991218,
            "stop": 1135991730
        },
        {
            "start": 1135991732,
            "stop": 1135991757
        },
        {
            "start": 1135991759,
            "stop": 1135991800
        },
        {
            "start": 1135991802,
            "stop": 1135993031
        },
        {
            "start": 1135993033,
            "stop": 1135993344
        },
        {
            "start": 1135993346,
            "stop": 1135993367
        }
    ]
}