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=5287
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=5288",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5286",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5287,
    "results": [
        {
            "start": 1136427346,
            "stop": 1136427351
        },
        {
            "start": 1136427353,
            "stop": 1136427355
        },
        {
            "start": 1136427357,
            "stop": 1136427374
        },
        {
            "start": 1136427376,
            "stop": 1136427385
        },
        {
            "start": 1136427387,
            "stop": 1136427391
        },
        {
            "start": 1136427393,
            "stop": 1136427403
        },
        {
            "start": 1136427405,
            "stop": 1136427407
        },
        {
            "start": 1136427409,
            "stop": 1136427414
        },
        {
            "start": 1136427417,
            "stop": 1136427419
        },
        {
            "start": 1136427421,
            "stop": 1136427430
        },
        {
            "start": 1136427432,
            "stop": 1136427475
        },
        {
            "start": 1136427477,
            "stop": 1136427480
        },
        {
            "start": 1136427482,
            "stop": 1136427487
        },
        {
            "start": 1136427489,
            "stop": 1136427634
        },
        {
            "start": 1136427636,
            "stop": 1136427648
        },
        {
            "start": 1136427650,
            "stop": 1136427705
        },
        {
            "start": 1136427707,
            "stop": 1136427724
        },
        {
            "start": 1136427726,
            "stop": 1136427792
        },
        {
            "start": 1136427794,
            "stop": 1136427802
        },
        {
            "start": 1136427804,
            "stop": 1136427824
        }
    ]
}