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=739
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=740",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=738",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 739,
    "results": [
        {
            "start": 1249037655,
            "stop": 1249037986
        },
        {
            "start": 1249037987,
            "stop": 1249037990
        },
        {
            "start": 1249037991,
            "stop": 1249038010
        },
        {
            "start": 1249038012,
            "stop": 1249038184
        },
        {
            "start": 1249038185,
            "stop": 1249038270
        },
        {
            "start": 1249038271,
            "stop": 1249038328
        },
        {
            "start": 1249038331,
            "stop": 1249038697
        },
        {
            "start": 1249038698,
            "stop": 1249038700
        },
        {
            "start": 1249038701,
            "stop": 1249039212
        },
        {
            "start": 1249039217,
            "stop": 1249039227
        },
        {
            "start": 1249039228,
            "stop": 1249039394
        },
        {
            "start": 1249039395,
            "stop": 1249039750
        },
        {
            "start": 1249039751,
            "stop": 1249039753
        },
        {
            "start": 1249039754,
            "stop": 1249039783
        },
        {
            "start": 1249039786,
            "stop": 1249039788
        },
        {
            "start": 1249039791,
            "stop": 1249040027
        },
        {
            "start": 1249040028,
            "stop": 1249040031
        },
        {
            "start": 1249040032,
            "stop": 1249040049
        },
        {
            "start": 1249040050,
            "stop": 1249040057
        },
        {
            "start": 1249040058,
            "stop": 1249040065
        }
    ]
}