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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1570",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1568",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1569,
    "results": [
        {
            "start": 952453507,
            "stop": 952453770
        },
        {
            "start": 952453772,
            "stop": 952453807
        },
        {
            "start": 952453809,
            "stop": 952454320
        },
        {
            "start": 952454322,
            "stop": 952454380
        },
        {
            "start": 952454382,
            "stop": 952454619
        },
        {
            "start": 952454621,
            "stop": 952454681
        },
        {
            "start": 952454683,
            "stop": 952455008
        },
        {
            "start": 952455011,
            "stop": 952455016
        },
        {
            "start": 952455018,
            "stop": 952455106
        },
        {
            "start": 952455108,
            "stop": 952455126
        },
        {
            "start": 952455128,
            "stop": 952455133
        },
        {
            "start": 952455135,
            "stop": 952455136
        },
        {
            "start": 952460061,
            "stop": 952460235
        },
        {
            "start": 952460237,
            "stop": 952463375
        },
        {
            "start": 952463377,
            "stop": 952463495
        },
        {
            "start": 952463497,
            "stop": 952463688
        },
        {
            "start": 952463691,
            "stop": 952463869
        },
        {
            "start": 952463871,
            "stop": 952463905
        },
        {
            "start": 952463907,
            "stop": 952463978
        },
        {
            "start": 952463980,
            "stop": 952464129
        }
    ]
}