Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=129",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 130,
    "results": [
        {
            "start": 1260189749,
            "stop": 1260189768
        },
        {
            "start": 1260189773,
            "stop": 1260189793
        },
        {
            "start": 1260189798,
            "stop": 1260189813
        },
        {
            "start": 1260189817,
            "stop": 1260189831
        },
        {
            "start": 1260189841,
            "stop": 1260189842
        },
        {
            "start": 1260189847,
            "stop": 1260189849
        },
        {
            "start": 1260189854,
            "stop": 1260189861
        },
        {
            "start": 1260189870,
            "stop": 1260189896
        },
        {
            "start": 1260189901,
            "stop": 1260189946
        },
        {
            "start": 1260189951,
            "stop": 1260189981
        },
        {
            "start": 1260189987,
            "stop": 1260190016
        },
        {
            "start": 1260190021,
            "stop": 1260190044
        },
        {
            "start": 1260190049,
            "stop": 1260190095
        },
        {
            "start": 1260190100,
            "stop": 1260190103
        },
        {
            "start": 1260190108,
            "stop": 1260190136
        },
        {
            "start": 1260190141,
            "stop": 1260190180
        },
        {
            "start": 1260190185,
            "stop": 1260190220
        },
        {
            "start": 1260190225,
            "stop": 1260190282
        },
        {
            "start": 1260190287,
            "stop": 1260190363
        },
        {
            "start": 1260190368,
            "stop": 1260190586
        }
    ]
}