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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=264",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 265,
    "results": [
        {
            "start": 1264614138,
            "stop": 1264614149
        },
        {
            "start": 1264614150,
            "stop": 1264614151
        },
        {
            "start": 1264614155,
            "stop": 1264614157
        },
        {
            "start": 1264614159,
            "stop": 1264614346
        },
        {
            "start": 1264614347,
            "stop": 1264614351
        },
        {
            "start": 1264614352,
            "stop": 1264614353
        },
        {
            "start": 1264614354,
            "stop": 1264614363
        },
        {
            "start": 1264614366,
            "stop": 1264614377
        },
        {
            "start": 1264614378,
            "stop": 1264614379
        },
        {
            "start": 1264614380,
            "stop": 1264614383
        },
        {
            "start": 1264614386,
            "stop": 1264614389
        },
        {
            "start": 1264614390,
            "stop": 1264614392
        },
        {
            "start": 1264614393,
            "stop": 1264614396
        },
        {
            "start": 1264614401,
            "stop": 1264614414
        },
        {
            "start": 1264614415,
            "stop": 1264614417
        },
        {
            "start": 1264614418,
            "stop": 1264614420
        },
        {
            "start": 1264614421,
            "stop": 1264614422
        },
        {
            "start": 1264614423,
            "stop": 1264614434
        },
        {
            "start": 1264614435,
            "stop": 1264614448
        },
        {
            "start": 1264614449,
            "stop": 1264614450
        }
    ]
}