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_CAT2/segments?format=api&page=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=74",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 75,
    "results": [
        {
            "start": 1262769493,
            "stop": 1262770023
        },
        {
            "start": 1262770026,
            "stop": 1262770294
        },
        {
            "start": 1262770296,
            "stop": 1262770715
        },
        {
            "start": 1262770716,
            "stop": 1262770737
        },
        {
            "start": 1262770740,
            "stop": 1262770805
        },
        {
            "start": 1262770806,
            "stop": 1262770924
        },
        {
            "start": 1262770928,
            "stop": 1262771567
        },
        {
            "start": 1262771570,
            "stop": 1262771637
        },
        {
            "start": 1262771640,
            "stop": 1262772008
        },
        {
            "start": 1262772010,
            "stop": 1262772199
        },
        {
            "start": 1262772202,
            "stop": 1262772310
        },
        {
            "start": 1262772313,
            "stop": 1262772613
        },
        {
            "start": 1262772618,
            "stop": 1262772705
        },
        {
            "start": 1262772707,
            "stop": 1262772751
        },
        {
            "start": 1262833726,
            "stop": 1262834230
        },
        {
            "start": 1262834232,
            "stop": 1262834808
        },
        {
            "start": 1262834811,
            "stop": 1262841053
        },
        {
            "start": 1262841055,
            "stop": 1262844227
        },
        {
            "start": 1262844230,
            "stop": 1262879700
        },
        {
            "start": 1262879706,
            "stop": 1262899765
        }
    ]
}