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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=471",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 472,
    "results": [
        {
            "start": 1268958596,
            "stop": 1268958600
        },
        {
            "start": 1268958601,
            "stop": 1268958602
        },
        {
            "start": 1268958603,
            "stop": 1268958604
        },
        {
            "start": 1268958605,
            "stop": 1268958615
        },
        {
            "start": 1268958616,
            "stop": 1268958622
        },
        {
            "start": 1268958623,
            "stop": 1268958626
        },
        {
            "start": 1268958627,
            "stop": 1268958631
        },
        {
            "start": 1268958632,
            "stop": 1268958633
        },
        {
            "start": 1268958634,
            "stop": 1268958648
        },
        {
            "start": 1268958649,
            "stop": 1268958672
        },
        {
            "start": 1268958673,
            "stop": 1268958687
        },
        {
            "start": 1268958688,
            "stop": 1268958689
        },
        {
            "start": 1268958690,
            "stop": 1268958694
        },
        {
            "start": 1268958695,
            "stop": 1268958700
        },
        {
            "start": 1268958703,
            "stop": 1268958707
        },
        {
            "start": 1268958708,
            "stop": 1268958709
        },
        {
            "start": 1268958712,
            "stop": 1268958713
        },
        {
            "start": 1268958715,
            "stop": 1268958721
        },
        {
            "start": 1268958723,
            "stop": 1268958731
        },
        {
            "start": 1268958732,
            "stop": 1268958735
        }
    ]
}