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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=133",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 134,
    "results": [
        {
            "start": 1239906912,
            "stop": 1239907031
        },
        {
            "start": 1239907032,
            "stop": 1239907151
        },
        {
            "start": 1239907152,
            "stop": 1239907271
        },
        {
            "start": 1239907272,
            "stop": 1239907391
        },
        {
            "start": 1239907392,
            "stop": 1239907511
        },
        {
            "start": 1239907512,
            "stop": 1239907631
        },
        {
            "start": 1239907632,
            "stop": 1239907751
        },
        {
            "start": 1239907752,
            "stop": 1239907871
        },
        {
            "start": 1239907872,
            "stop": 1239907990
        },
        {
            "start": 1239907992,
            "stop": 1239908111
        },
        {
            "start": 1239908112,
            "stop": 1239908230
        },
        {
            "start": 1239908232,
            "stop": 1239908350
        },
        {
            "start": 1239908352,
            "stop": 1239908470
        },
        {
            "start": 1239908472,
            "stop": 1239908591
        },
        {
            "start": 1239908592,
            "stop": 1239908711
        },
        {
            "start": 1239908712,
            "stop": 1239908831
        },
        {
            "start": 1239908832,
            "stop": 1239908951
        },
        {
            "start": 1239908952,
            "stop": 1239909071
        },
        {
            "start": 1239909072,
            "stop": 1239909190
        },
        {
            "start": 1239909192,
            "stop": 1239909310
        }
    ]
}