Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6304
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6303",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6304,
    "results": [
        {
            "start": 875202349,
            "stop": 875202431
        },
        {
            "start": 875202434,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875203718
        },
        {
            "start": 875203721,
            "stop": 875203734
        },
        {
            "start": 875203737,
            "stop": 875205115
        },
        {
            "start": 875205116,
            "stop": 875205900
        },
        {
            "start": 875205960,
            "stop": 875206121
        },
        {
            "start": 875206122,
            "stop": 875207765
        },
        {
            "start": 875207767,
            "stop": 875208008
        },
        {
            "start": 875208010,
            "stop": 875208421
        },
        {
            "start": 875208422,
            "stop": 875208997
        },
        {
            "start": 875208998,
            "stop": 875210457
        },
        {
            "start": 875210460,
            "stop": 875210922
        },
        {
            "start": 875210923,
            "stop": 875212666
        },
        {
            "start": 875212668,
            "stop": 875213779
        },
        {
            "start": 875213781,
            "stop": 875214400
        },
        {
            "start": 875214401,
            "stop": 875216601
        },
        {
            "start": 875216603,
            "stop": 875216709
        },
        {
            "start": 875216711,
            "stop": 875217028
        },
        {
            "start": 875217030,
            "stop": 875218558
        }
    ]
}