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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=165",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 166,
    "results": [
        {
            "start": 1264352264,
            "stop": 1264352265
        },
        {
            "start": 1264352266,
            "stop": 1264352271
        },
        {
            "start": 1264352272,
            "stop": 1264352273
        },
        {
            "start": 1264352277,
            "stop": 1264352278
        },
        {
            "start": 1264352284,
            "stop": 1264352285
        },
        {
            "start": 1264352287,
            "stop": 1264352288
        },
        {
            "start": 1264352290,
            "stop": 1264352291
        },
        {
            "start": 1264352293,
            "stop": 1264352296
        },
        {
            "start": 1264352297,
            "stop": 1264352303
        },
        {
            "start": 1264352304,
            "stop": 1264352308
        },
        {
            "start": 1264352309,
            "stop": 1264352312
        },
        {
            "start": 1264352313,
            "stop": 1264352334
        },
        {
            "start": 1264352341,
            "stop": 1264352342
        },
        {
            "start": 1264352343,
            "stop": 1264352348
        },
        {
            "start": 1264352352,
            "stop": 1264352355
        },
        {
            "start": 1264352357,
            "stop": 1264352372
        },
        {
            "start": 1264352373,
            "stop": 1264352374
        },
        {
            "start": 1264352376,
            "stop": 1264352378
        },
        {
            "start": 1264352380,
            "stop": 1264352405
        },
        {
            "start": 1264352406,
            "stop": 1264352411
        }
    ]
}