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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=337",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 338,
    "results": [
        {
            "start": 1265001377,
            "stop": 1265001386
        },
        {
            "start": 1265001408,
            "stop": 1265001410
        },
        {
            "start": 1265001411,
            "stop": 1265001438
        },
        {
            "start": 1265001439,
            "stop": 1265001440
        },
        {
            "start": 1265001441,
            "stop": 1265001450
        },
        {
            "start": 1265001451,
            "stop": 1265001472
        },
        {
            "start": 1265001473,
            "stop": 1265001479
        },
        {
            "start": 1265001483,
            "stop": 1265001511
        },
        {
            "start": 1265001512,
            "stop": 1265001607
        },
        {
            "start": 1265001608,
            "stop": 1265001627
        },
        {
            "start": 1265001630,
            "stop": 1265001632
        },
        {
            "start": 1265001642,
            "stop": 1265001734
        },
        {
            "start": 1265001736,
            "stop": 1265001741
        },
        {
            "start": 1265001742,
            "stop": 1265001752
        },
        {
            "start": 1265001753,
            "stop": 1265001754
        },
        {
            "start": 1265001756,
            "stop": 1265001757
        },
        {
            "start": 1265001760,
            "stop": 1265001765
        },
        {
            "start": 1265001766,
            "stop": 1265001770
        },
        {
            "start": 1265001771,
            "stop": 1265001859
        },
        {
            "start": 1265001860,
            "stop": 1265001887
        }
    ]
}