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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=89",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 90,
    "results": [
        {
            "start": 1263849470,
            "stop": 1263849765
        },
        {
            "start": 1263849767,
            "stop": 1263849834
        },
        {
            "start": 1263849836,
            "stop": 1263849938
        },
        {
            "start": 1263849941,
            "stop": 1263849948
        },
        {
            "start": 1263849949,
            "stop": 1263850024
        },
        {
            "start": 1263850026,
            "stop": 1263850073
        },
        {
            "start": 1263850077,
            "stop": 1263850261
        },
        {
            "start": 1263850263,
            "stop": 1263850268
        },
        {
            "start": 1263850271,
            "stop": 1263850315
        },
        {
            "start": 1263850317,
            "stop": 1263850368
        },
        {
            "start": 1263850370,
            "stop": 1263850376
        },
        {
            "start": 1263850378,
            "stop": 1263850411
        },
        {
            "start": 1263850413,
            "stop": 1263850425
        },
        {
            "start": 1263850427,
            "stop": 1263850434
        },
        {
            "start": 1263850436,
            "stop": 1263850437
        },
        {
            "start": 1263850440,
            "stop": 1263850441
        },
        {
            "start": 1263850443,
            "stop": 1263850445
        },
        {
            "start": 1263850451,
            "stop": 1263850524
        },
        {
            "start": 1263850526,
            "stop": 1263850547
        },
        {
            "start": 1263855607,
            "stop": 1263856772
        }
    ]
}