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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=139",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 140,
    "results": [
        {
            "start": 1239921312,
            "stop": 1239921430
        },
        {
            "start": 1239921432,
            "stop": 1239921550
        },
        {
            "start": 1239921552,
            "stop": 1239921670
        },
        {
            "start": 1239921672,
            "stop": 1239921788
        },
        {
            "start": 1239921789,
            "stop": 1239921910
        },
        {
            "start": 1239921912,
            "stop": 1239922030
        },
        {
            "start": 1239922032,
            "stop": 1239922150
        },
        {
            "start": 1239922152,
            "stop": 1239922270
        },
        {
            "start": 1239922272,
            "stop": 1239922390
        },
        {
            "start": 1239922392,
            "stop": 1239922510
        },
        {
            "start": 1239922512,
            "stop": 1239922630
        },
        {
            "start": 1239922632,
            "stop": 1239922750
        },
        {
            "start": 1239922752,
            "stop": 1239922870
        },
        {
            "start": 1239922872,
            "stop": 1239922990
        },
        {
            "start": 1239922992,
            "stop": 1239923110
        },
        {
            "start": 1239923112,
            "stop": 1239923230
        },
        {
            "start": 1239923232,
            "stop": 1239923350
        },
        {
            "start": 1239923352,
            "stop": 1239923470
        },
        {
            "start": 1239923472,
            "stop": 1239923590
        },
        {
            "start": 1239923592,
            "stop": 1239923710
        }
    ]
}