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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=951",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=949",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 950,
    "results": [
        {
            "start": 1251654748,
            "stop": 1251654771
        },
        {
            "start": 1251654776,
            "stop": 1251655091
        },
        {
            "start": 1251655096,
            "stop": 1251655260
        },
        {
            "start": 1251655263,
            "stop": 1251655821
        },
        {
            "start": 1251655826,
            "stop": 1251656089
        },
        {
            "start": 1251656094,
            "stop": 1251656406
        },
        {
            "start": 1251656411,
            "stop": 1251656415
        },
        {
            "start": 1251656417,
            "stop": 1251656671
        },
        {
            "start": 1251656676,
            "stop": 1251656779
        },
        {
            "start": 1251656784,
            "stop": 1251656810
        },
        {
            "start": 1251656815,
            "stop": 1251656832
        },
        {
            "start": 1251656837,
            "stop": 1251656919
        },
        {
            "start": 1251656924,
            "stop": 1251656936
        },
        {
            "start": 1251656941,
            "stop": 1251657126
        },
        {
            "start": 1251657131,
            "stop": 1251657228
        },
        {
            "start": 1251657233,
            "stop": 1251657249
        },
        {
            "start": 1251657252,
            "stop": 1251657300
        },
        {
            "start": 1251657304,
            "stop": 1251657414
        },
        {
            "start": 1251657419,
            "stop": 1251657424
        },
        {
            "start": 1251657429,
            "stop": 1251657672
        }
    ]
}