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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=78",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 79,
    "results": [
        {
            "start": 1263215782,
            "stop": 1263215783
        },
        {
            "start": 1263215787,
            "stop": 1263215788
        },
        {
            "start": 1263215791,
            "stop": 1263215794
        },
        {
            "start": 1263215795,
            "stop": 1263215796
        },
        {
            "start": 1263215797,
            "stop": 1263215801
        },
        {
            "start": 1263215806,
            "stop": 1263215807
        },
        {
            "start": 1263215811,
            "stop": 1263215826
        },
        {
            "start": 1263215830,
            "stop": 1263215831
        },
        {
            "start": 1263215838,
            "stop": 1263215839
        },
        {
            "start": 1263215842,
            "stop": 1263215843
        },
        {
            "start": 1263215846,
            "stop": 1263215847
        },
        {
            "start": 1263215848,
            "stop": 1263222252
        },
        {
            "start": 1263222256,
            "stop": 1263222259
        },
        {
            "start": 1263222261,
            "stop": 1263222263
        },
        {
            "start": 1263222264,
            "stop": 1263222266
        },
        {
            "start": 1263222268,
            "stop": 1263222269
        },
        {
            "start": 1263222270,
            "stop": 1263222281
        },
        {
            "start": 1263222282,
            "stop": 1263222284
        },
        {
            "start": 1263222287,
            "stop": 1263222296
        },
        {
            "start": 1263222299,
            "stop": 1263222302
        }
    ]
}