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=5304
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=5305",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5303",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5304,
    "results": [
        {
            "start": 1136489848,
            "stop": 1136489942
        },
        {
            "start": 1136489944,
            "stop": 1136490005
        },
        {
            "start": 1136490007,
            "stop": 1136490057
        },
        {
            "start": 1136490059,
            "stop": 1136490156
        },
        {
            "start": 1136490158,
            "stop": 1136490325
        },
        {
            "start": 1136490327,
            "stop": 1136490478
        },
        {
            "start": 1136490480,
            "stop": 1136490556
        },
        {
            "start": 1136490558,
            "stop": 1136490603
        },
        {
            "start": 1136490605,
            "stop": 1136490683
        },
        {
            "start": 1136490685,
            "stop": 1136490701
        },
        {
            "start": 1136490703,
            "stop": 1136490777
        },
        {
            "start": 1136490781,
            "stop": 1136490794
        },
        {
            "start": 1136490796,
            "stop": 1136490889
        },
        {
            "start": 1136490891,
            "stop": 1136491040
        },
        {
            "start": 1136491042,
            "stop": 1136491069
        },
        {
            "start": 1136491071,
            "stop": 1136491081
        },
        {
            "start": 1136491083,
            "stop": 1136491161
        },
        {
            "start": 1136491163,
            "stop": 1136491370
        },
        {
            "start": 1136491372,
            "stop": 1136491374
        },
        {
            "start": 1136491376,
            "stop": 1136491436
        }
    ]
}