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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=394",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 395,
    "results": [
        {
            "start": 1264347151,
            "stop": 1264347152
        },
        {
            "start": 1264347155,
            "stop": 1264347156
        },
        {
            "start": 1264347158,
            "stop": 1264347159
        },
        {
            "start": 1264347163,
            "stop": 1264347164
        },
        {
            "start": 1264347165,
            "stop": 1264347177
        },
        {
            "start": 1264347178,
            "stop": 1264347182
        },
        {
            "start": 1264347183,
            "stop": 1264347195
        },
        {
            "start": 1264347196,
            "stop": 1264347198
        },
        {
            "start": 1264347202,
            "stop": 1264347209
        },
        {
            "start": 1264347214,
            "stop": 1264347216
        },
        {
            "start": 1264347218,
            "stop": 1264347339
        },
        {
            "start": 1264347340,
            "stop": 1264347349
        },
        {
            "start": 1264347350,
            "stop": 1264347382
        },
        {
            "start": 1264347383,
            "stop": 1264347384
        },
        {
            "start": 1264347385,
            "stop": 1264347387
        },
        {
            "start": 1264347391,
            "stop": 1264347392
        },
        {
            "start": 1264347394,
            "stop": 1264347395
        },
        {
            "start": 1264347400,
            "stop": 1264347415
        },
        {
            "start": 1264347416,
            "stop": 1264347417
        },
        {
            "start": 1264347418,
            "stop": 1264347419
        }
    ]
}