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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 2,
    "results": [
        {
            "start": 1396911826,
            "stop": 1396959130
        },
        {
            "start": 1396959378,
            "stop": 1396978152
        },
        {
            "start": 1396983126,
            "stop": 1396987625
        },
        {
            "start": 1396998131,
            "stop": 1397068240
        },
        {
            "start": 1397070109,
            "stop": 1397106379
        },
        {
            "start": 1397108788,
            "stop": 1397164944
        },
        {
            "start": 1397178024,
            "stop": 1397180040
        },
        {
            "start": 1397180179,
            "stop": 1397180190
        },
        {
            "start": 1397180789,
            "stop": 1397244609
        },
        {
            "start": 1397247093,
            "stop": 1397281038
        },
        {
            "start": 1397293536,
            "stop": 1397305926
        },
        {
            "start": 1397307904,
            "stop": 1397311581
        },
        {
            "start": 1397329715,
            "stop": 1397354438
        },
        {
            "start": 1397357260,
            "stop": 1397391177
        },
        {
            "start": 1397393551,
            "stop": 1397395716
        },
        {
            "start": 1397396418,
            "stop": 1397401945
        },
        {
            "start": 1397407573,
            "stop": 1397407745
        },
        {
            "start": 1397418961,
            "stop": 1397424626
        },
        {
            "start": 1397427152,
            "stop": 1397456826
        },
        {
            "start": 1397459442,
            "stop": 1397461684
        }
    ]
}