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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16765",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16766,
    "results": [
        {
            "start": 875104537,
            "stop": 875104804
        },
        {
            "start": 875104805,
            "stop": 875104943
        },
        {
            "start": 875104945,
            "stop": 875105083
        },
        {
            "start": 875105084,
            "stop": 875105165
        },
        {
            "start": 875105166,
            "stop": 875105185
        },
        {
            "start": 875105188,
            "stop": 875105209
        },
        {
            "start": 875105212,
            "stop": 875105255
        },
        {
            "start": 875105256,
            "stop": 875105350
        },
        {
            "start": 875105357,
            "stop": 875105409
        },
        {
            "start": 875105412,
            "stop": 875105414
        },
        {
            "start": 875105415,
            "stop": 875105522
        },
        {
            "start": 875105524,
            "stop": 875105576
        },
        {
            "start": 875105577,
            "stop": 875105639
        },
        {
            "start": 875105640,
            "stop": 875105736
        },
        {
            "start": 875105737,
            "stop": 875105899
        },
        {
            "start": 875105901,
            "stop": 875105947
        },
        {
            "start": 875105950,
            "stop": 875106057
        },
        {
            "start": 875106059,
            "stop": 875106069
        },
        {
            "start": 875106070,
            "stop": 875106073
        },
        {
            "start": 875106074,
            "stop": 875106154
        }
    ]
}