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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=160",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 161,
    "results": [
        {
            "start": 1264348854,
            "stop": 1264348902
        },
        {
            "start": 1264348903,
            "stop": 1264348934
        },
        {
            "start": 1264348936,
            "stop": 1264348938
        },
        {
            "start": 1264348939,
            "stop": 1264349202
        },
        {
            "start": 1264349203,
            "stop": 1264349289
        },
        {
            "start": 1264349290,
            "stop": 1264349300
        },
        {
            "start": 1264349306,
            "stop": 1264349380
        },
        {
            "start": 1264349381,
            "stop": 1264349387
        },
        {
            "start": 1264349388,
            "stop": 1264349393
        },
        {
            "start": 1264349396,
            "stop": 1264349397
        },
        {
            "start": 1264349400,
            "stop": 1264349403
        },
        {
            "start": 1264349404,
            "stop": 1264349406
        },
        {
            "start": 1264349410,
            "stop": 1264349416
        },
        {
            "start": 1264349417,
            "stop": 1264349418
        },
        {
            "start": 1264349424,
            "stop": 1264349428
        },
        {
            "start": 1264349430,
            "stop": 1264349433
        },
        {
            "start": 1264349434,
            "stop": 1264349435
        },
        {
            "start": 1264349437,
            "stop": 1264349696
        },
        {
            "start": 1264349698,
            "stop": 1264349699
        },
        {
            "start": 1264349700,
            "stop": 1264349703
        }
    ]
}