Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=370
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=369",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 370,
    "results": [
        {
            "start": 1265727671,
            "stop": 1265727753
        },
        {
            "start": 1265727754,
            "stop": 1265727763
        },
        {
            "start": 1265727764,
            "stop": 1265727778
        },
        {
            "start": 1265727779,
            "stop": 1265727780
        },
        {
            "start": 1265727782,
            "stop": 1265727786
        },
        {
            "start": 1265727787,
            "stop": 1265731293
        },
        {
            "start": 1265731294,
            "stop": 1265731303
        },
        {
            "start": 1265731304,
            "stop": 1265731611
        },
        {
            "start": 1265731612,
            "stop": 1265732594
        },
        {
            "start": 1265732595,
            "stop": 1265732615
        },
        {
            "start": 1265732618,
            "stop": 1265732628
        },
        {
            "start": 1265732629,
            "stop": 1265732640
        },
        {
            "start": 1265732642,
            "stop": 1265732796
        },
        {
            "start": 1265732798,
            "stop": 1265732802
        },
        {
            "start": 1265732803,
            "stop": 1265732804
        },
        {
            "start": 1265732806,
            "stop": 1265732826
        },
        {
            "start": 1265732827,
            "stop": 1265733189
        },
        {
            "start": 1265733190,
            "stop": 1265733215
        },
        {
            "start": 1265733217,
            "stop": 1265734876
        },
        {
            "start": 1265734877,
            "stop": 1265735155
        }
    ]
}