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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=247",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 248,
    "results": [
        {
            "start": 1241016653,
            "stop": 1241016686
        },
        {
            "start": 1241016687,
            "stop": 1241016690
        },
        {
            "start": 1241016701,
            "stop": 1241016991
        },
        {
            "start": 1241016992,
            "stop": 1241016995
        },
        {
            "start": 1241016998,
            "stop": 1241017133
        },
        {
            "start": 1241017136,
            "stop": 1241017298
        },
        {
            "start": 1241017299,
            "stop": 1241017369
        },
        {
            "start": 1241017371,
            "stop": 1241017393
        },
        {
            "start": 1241017394,
            "stop": 1241017402
        },
        {
            "start": 1241017404,
            "stop": 1241017405
        },
        {
            "start": 1241017408,
            "stop": 1241017411
        },
        {
            "start": 1241017412,
            "stop": 1241017473
        },
        {
            "start": 1241017475,
            "stop": 1241017480
        },
        {
            "start": 1241017483,
            "stop": 1241017532
        },
        {
            "start": 1241020453,
            "stop": 1241020747
        },
        {
            "start": 1241020748,
            "stop": 1241020757
        },
        {
            "start": 1241020758,
            "stop": 1241020759
        },
        {
            "start": 1241020764,
            "stop": 1241020769
        },
        {
            "start": 1241020774,
            "stop": 1241020780
        },
        {
            "start": 1241020781,
            "stop": 1241021421
        }
    ]
}