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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=234",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 235,
    "results": [
        {
            "start": 837355808,
            "stop": 837355927
        },
        {
            "start": 837355929,
            "stop": 837355930
        },
        {
            "start": 837355932,
            "stop": 837355933
        },
        {
            "start": 837355935,
            "stop": 837356072
        },
        {
            "start": 837356126,
            "stop": 837356391
        },
        {
            "start": 837356393,
            "stop": 837357072
        },
        {
            "start": 837358098,
            "stop": 837359731
        },
        {
            "start": 837360625,
            "stop": 837362445
        },
        {
            "start": 837362826,
            "stop": 837363080
        },
        {
            "start": 837364142,
            "stop": 837369403
        },
        {
            "start": 837369404,
            "stop": 837370500
        },
        {
            "start": 837370501,
            "stop": 837370552
        },
        {
            "start": 837370553,
            "stop": 837370586
        },
        {
            "start": 837371251,
            "stop": 837371382
        },
        {
            "start": 837377769,
            "stop": 837380200
        },
        {
            "start": 837380411,
            "stop": 837380867
        },
        {
            "start": 837384368,
            "stop": 837384373
        },
        {
            "start": 837384376,
            "stop": 837390099
        },
        {
            "start": 837390101,
            "stop": 837390110
        },
        {
            "start": 837390182,
            "stop": 837392615
        }
    ]
}