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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=86",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 87,
    "results": [
        {
            "start": 1263690745,
            "stop": 1263690746
        },
        {
            "start": 1263690749,
            "stop": 1263697638
        },
        {
            "start": 1263697770,
            "stop": 1263724532
        },
        {
            "start": 1263724533,
            "stop": 1263735416
        },
        {
            "start": 1263735417,
            "stop": 1263736259
        },
        {
            "start": 1263736260,
            "stop": 1263737495
        },
        {
            "start": 1263737497,
            "stop": 1263737625
        },
        {
            "start": 1263737627,
            "stop": 1263737688
        },
        {
            "start": 1263737691,
            "stop": 1263740309
        },
        {
            "start": 1263740310,
            "stop": 1263740332
        },
        {
            "start": 1263740334,
            "stop": 1263741307
        },
        {
            "start": 1263741308,
            "stop": 1263744868
        },
        {
            "start": 1263744869,
            "stop": 1263746694
        },
        {
            "start": 1263746696,
            "stop": 1263748538
        },
        {
            "start": 1263748540,
            "stop": 1263749593
        },
        {
            "start": 1263749595,
            "stop": 1263751884
        },
        {
            "start": 1263752127,
            "stop": 1263758879
        },
        {
            "start": 1263758880,
            "stop": 1263764121
        },
        {
            "start": 1263764122,
            "stop": 1263764437
        },
        {
            "start": 1263764439,
            "stop": 1263765013
        }
    ]
}