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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=125",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 126,
    "results": [
        {
            "start": 1264181450,
            "stop": 1264181453
        },
        {
            "start": 1264181458,
            "stop": 1264181473
        },
        {
            "start": 1264181474,
            "stop": 1264181481
        },
        {
            "start": 1264181482,
            "stop": 1264181498
        },
        {
            "start": 1264181500,
            "stop": 1264181518
        },
        {
            "start": 1264181520,
            "stop": 1264181522
        },
        {
            "start": 1264181524,
            "stop": 1264181525
        },
        {
            "start": 1264181529,
            "stop": 1264181544
        },
        {
            "start": 1264181546,
            "stop": 1264181547
        },
        {
            "start": 1264181548,
            "stop": 1264181550
        },
        {
            "start": 1264181553,
            "stop": 1264181556
        },
        {
            "start": 1264181559,
            "stop": 1264181560
        },
        {
            "start": 1264181561,
            "stop": 1264181565
        },
        {
            "start": 1264181570,
            "stop": 1264181573
        },
        {
            "start": 1264181578,
            "stop": 1264181580
        },
        {
            "start": 1264181584,
            "stop": 1264181586
        },
        {
            "start": 1264181591,
            "stop": 1264181594
        },
        {
            "start": 1264181598,
            "stop": 1264181600
        },
        {
            "start": 1264181605,
            "stop": 1264181611
        },
        {
            "start": 1264181615,
            "stop": 1264181621
        }
    ]
}