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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=691",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=689",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 690,
    "results": [
        {
            "start": 1266583477,
            "stop": 1266590393
        },
        {
            "start": 1266590394,
            "stop": 1266591315
        },
        {
            "start": 1266591320,
            "stop": 1266591785
        },
        {
            "start": 1266591786,
            "stop": 1266591947
        },
        {
            "start": 1266591948,
            "stop": 1266591954
        },
        {
            "start": 1266591955,
            "stop": 1266591978
        },
        {
            "start": 1266591979,
            "stop": 1266591988
        },
        {
            "start": 1266591989,
            "stop": 1266591992
        },
        {
            "start": 1266591993,
            "stop": 1266591994
        },
        {
            "start": 1266591995,
            "stop": 1266591997
        },
        {
            "start": 1266591998,
            "stop": 1266592231
        },
        {
            "start": 1266592233,
            "stop": 1266592253
        },
        {
            "start": 1266592254,
            "stop": 1266592260
        },
        {
            "start": 1266592261,
            "stop": 1266592265
        },
        {
            "start": 1266592266,
            "stop": 1266592275
        },
        {
            "start": 1266592276,
            "stop": 1266596618
        },
        {
            "start": 1266596620,
            "stop": 1266597759
        },
        {
            "start": 1266597761,
            "stop": 1266598023
        },
        {
            "start": 1266598027,
            "stop": 1266598378
        },
        {
            "start": 1266598379,
            "stop": 1266599003
        }
    ]
}