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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=232",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 233,
    "results": [
        {
            "start": 1262651437,
            "stop": 1262651513
        },
        {
            "start": 1262651514,
            "stop": 1262651752
        },
        {
            "start": 1262651757,
            "stop": 1262651763
        },
        {
            "start": 1262651766,
            "stop": 1262651903
        },
        {
            "start": 1262651905,
            "stop": 1262651906
        },
        {
            "start": 1262651908,
            "stop": 1262652013
        },
        {
            "start": 1262652014,
            "stop": 1262652015
        },
        {
            "start": 1262652016,
            "stop": 1262652044
        },
        {
            "start": 1262652046,
            "stop": 1262652148
        },
        {
            "start": 1262652151,
            "stop": 1262652176
        },
        {
            "start": 1262652179,
            "stop": 1262652518
        },
        {
            "start": 1262652520,
            "stop": 1262652751
        },
        {
            "start": 1262652753,
            "stop": 1262652806
        },
        {
            "start": 1262652807,
            "stop": 1262652900
        },
        {
            "start": 1262652902,
            "stop": 1262652939
        },
        {
            "start": 1262652941,
            "stop": 1262652998
        },
        {
            "start": 1262652999,
            "stop": 1262653020
        },
        {
            "start": 1262653023,
            "stop": 1262653204
        },
        {
            "start": 1262653854,
            "stop": 1262654070
        },
        {
            "start": 1262654075,
            "stop": 1262654603
        }
    ]
}