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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=158",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 159,
    "results": [
        {
            "start": 837345123,
            "stop": 837345124
        },
        {
            "start": 837345211,
            "stop": 837345493
        },
        {
            "start": 837355808,
            "stop": 837356053
        },
        {
            "start": 837356071,
            "stop": 837356072
        },
        {
            "start": 837356126,
            "stop": 837357072
        },
        {
            "start": 837358098,
            "stop": 837359713
        },
        {
            "start": 837360625,
            "stop": 837362445
        },
        {
            "start": 837362826,
            "stop": 837363073
        },
        {
            "start": 837364142,
            "stop": 837370573
        },
        {
            "start": 837371251,
            "stop": 837371382
        },
        {
            "start": 837377769,
            "stop": 837380200
        },
        {
            "start": 837380411,
            "stop": 837380867
        },
        {
            "start": 837384368,
            "stop": 837390110
        },
        {
            "start": 837390182,
            "stop": 837392593
        },
        {
            "start": 837393502,
            "stop": 837400615
        },
        {
            "start": 837400783,
            "stop": 837402613
        },
        {
            "start": 837404489,
            "stop": 837416593
        },
        {
            "start": 837416599,
            "stop": 837416600
        },
        {
            "start": 837417818,
            "stop": 837431872
        },
        {
            "start": 837432115,
            "stop": 837432433
        }
    ]
}