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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=289",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 290,
    "results": [
        {
            "start": 1245758590,
            "stop": 1245761262
        },
        {
            "start": 1245761264,
            "stop": 1245774004
        },
        {
            "start": 1245781148,
            "stop": 1245789613
        },
        {
            "start": 1245789614,
            "stop": 1245791252
        },
        {
            "start": 1245791254,
            "stop": 1245792172
        },
        {
            "start": 1245792174,
            "stop": 1245792247
        },
        {
            "start": 1245792249,
            "stop": 1245792354
        },
        {
            "start": 1245792357,
            "stop": 1245792367
        },
        {
            "start": 1245792368,
            "stop": 1245792414
        },
        {
            "start": 1245792417,
            "stop": 1245792474
        },
        {
            "start": 1245792475,
            "stop": 1245792479
        },
        {
            "start": 1245792480,
            "stop": 1245792523
        },
        {
            "start": 1245792524,
            "stop": 1245792526
        },
        {
            "start": 1245792527,
            "stop": 1245792529
        },
        {
            "start": 1245792530,
            "stop": 1245792539
        },
        {
            "start": 1245792540,
            "stop": 1245792547
        },
        {
            "start": 1245792548,
            "stop": 1245792574
        },
        {
            "start": 1245792575,
            "stop": 1245792578
        },
        {
            "start": 1245792579,
            "stop": 1245792588
        },
        {
            "start": 1245792589,
            "stop": 1245792590
        }
    ]
}