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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5166",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5164",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5165,
    "results": [
        {
            "start": 1136264098,
            "stop": 1136264127
        },
        {
            "start": 1136264129,
            "stop": 1136264174
        },
        {
            "start": 1136264176,
            "stop": 1136264230
        },
        {
            "start": 1136264231,
            "stop": 1136264285
        },
        {
            "start": 1136264287,
            "stop": 1136264301
        },
        {
            "start": 1136264303,
            "stop": 1136264315
        },
        {
            "start": 1136264317,
            "stop": 1136264320
        },
        {
            "start": 1136264322,
            "stop": 1136264341
        },
        {
            "start": 1136264345,
            "stop": 1136264387
        },
        {
            "start": 1136264389,
            "stop": 1136264391
        },
        {
            "start": 1136264393,
            "stop": 1136264409
        },
        {
            "start": 1136264411,
            "stop": 1136264505
        },
        {
            "start": 1136264507,
            "stop": 1136264541
        },
        {
            "start": 1136264543,
            "stop": 1136264556
        },
        {
            "start": 1136264558,
            "stop": 1136264568
        },
        {
            "start": 1136264570,
            "stop": 1136264586
        },
        {
            "start": 1136264588,
            "stop": 1136264613
        },
        {
            "start": 1136264615,
            "stop": 1136264628
        },
        {
            "start": 1136264630,
            "stop": 1136264649
        },
        {
            "start": 1136264651,
            "stop": 1136264660
        }
    ]
}