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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=306",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 307,
    "results": [
        {
            "start": 1247868269,
            "stop": 1247868270
        },
        {
            "start": 1247868271,
            "stop": 1247868345
        },
        {
            "start": 1247868348,
            "stop": 1247868354
        },
        {
            "start": 1247868355,
            "stop": 1247868410
        },
        {
            "start": 1247868411,
            "stop": 1247868519
        },
        {
            "start": 1247868532,
            "stop": 1247868537
        },
        {
            "start": 1247868538,
            "stop": 1247868548
        },
        {
            "start": 1247868549,
            "stop": 1247868682
        },
        {
            "start": 1247868683,
            "stop": 1247868811
        },
        {
            "start": 1247868812,
            "stop": 1247868813
        },
        {
            "start": 1247868814,
            "stop": 1247868815
        },
        {
            "start": 1247868816,
            "stop": 1247868983
        },
        {
            "start": 1247868990,
            "stop": 1247868992
        },
        {
            "start": 1247868993,
            "stop": 1247869459
        },
        {
            "start": 1247869460,
            "stop": 1247869463
        },
        {
            "start": 1247869464,
            "stop": 1247869736
        },
        {
            "start": 1247869738,
            "stop": 1247870625
        },
        {
            "start": 1247870626,
            "stop": 1247870627
        },
        {
            "start": 1247870628,
            "stop": 1247870713
        },
        {
            "start": 1247870714,
            "stop": 1247870858
        }
    ]
}