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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=42",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 43,
    "results": [
        {
            "start": 1262675569,
            "stop": 1262675624
        },
        {
            "start": 1262675626,
            "stop": 1262675643
        },
        {
            "start": 1262675646,
            "stop": 1262675662
        },
        {
            "start": 1262675664,
            "stop": 1262675666
        },
        {
            "start": 1262675673,
            "stop": 1262675687
        },
        {
            "start": 1262675689,
            "stop": 1262675690
        },
        {
            "start": 1262675691,
            "stop": 1262675699
        },
        {
            "start": 1262675702,
            "stop": 1262675703
        },
        {
            "start": 1262675704,
            "stop": 1262675705
        },
        {
            "start": 1262675708,
            "stop": 1262675731
        },
        {
            "start": 1262675734,
            "stop": 1262675737
        },
        {
            "start": 1262675740,
            "stop": 1262675745
        },
        {
            "start": 1262675747,
            "stop": 1262675778
        },
        {
            "start": 1262675780,
            "stop": 1262675799
        },
        {
            "start": 1262675801,
            "stop": 1262675827
        },
        {
            "start": 1262675831,
            "stop": 1262675833
        },
        {
            "start": 1262675837,
            "stop": 1262675922
        },
        {
            "start": 1262675924,
            "stop": 1262675925
        },
        {
            "start": 1262675928,
            "stop": 1262675957
        },
        {
            "start": 1262675962,
            "stop": 1262675982
        }
    ]
}