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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=145",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 146,
    "results": [
        {
            "start": 1239941351,
            "stop": 1239941470
        },
        {
            "start": 1239941471,
            "stop": 1239941590
        },
        {
            "start": 1239941591,
            "stop": 1239941710
        },
        {
            "start": 1239941711,
            "stop": 1239941830
        },
        {
            "start": 1239941831,
            "stop": 1239941950
        },
        {
            "start": 1239941951,
            "stop": 1239942070
        },
        {
            "start": 1239942071,
            "stop": 1239942190
        },
        {
            "start": 1239942191,
            "stop": 1239942310
        },
        {
            "start": 1239942311,
            "stop": 1239942430
        },
        {
            "start": 1239942431,
            "stop": 1239942550
        },
        {
            "start": 1239942551,
            "stop": 1239942670
        },
        {
            "start": 1239942671,
            "stop": 1239942790
        },
        {
            "start": 1239942791,
            "stop": 1239942910
        },
        {
            "start": 1239942911,
            "stop": 1239943030
        },
        {
            "start": 1239943031,
            "stop": 1239943150
        },
        {
            "start": 1239943151,
            "stop": 1239943270
        },
        {
            "start": 1239943271,
            "stop": 1239943390
        },
        {
            "start": 1239943391,
            "stop": 1239943510
        },
        {
            "start": 1239943511,
            "stop": 1239943630
        },
        {
            "start": 1239943631,
            "stop": 1239943750
        }
    ]
}