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_CAT3/segments?format=api&page=351
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=350",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 351,
    "results": [
        {
            "start": 1265014850,
            "stop": 1265014851
        },
        {
            "start": 1265014852,
            "stop": 1265014854
        },
        {
            "start": 1265014857,
            "stop": 1265014860
        },
        {
            "start": 1265014861,
            "stop": 1265014905
        },
        {
            "start": 1265014906,
            "stop": 1265014907
        },
        {
            "start": 1265014908,
            "stop": 1265014910
        },
        {
            "start": 1265014912,
            "stop": 1265014918
        },
        {
            "start": 1265014920,
            "stop": 1265014926
        },
        {
            "start": 1265014927,
            "stop": 1265014965
        },
        {
            "start": 1265014966,
            "stop": 1265014976
        },
        {
            "start": 1265014977,
            "stop": 1265015001
        },
        {
            "start": 1265015002,
            "stop": 1265015075
        },
        {
            "start": 1265015076,
            "stop": 1265015227
        },
        {
            "start": 1265015228,
            "stop": 1265015315
        },
        {
            "start": 1265015316,
            "stop": 1265015317
        },
        {
            "start": 1265015318,
            "stop": 1265015423
        },
        {
            "start": 1265015424,
            "stop": 1265015835
        },
        {
            "start": 1265015836,
            "stop": 1265015917
        },
        {
            "start": 1265015918,
            "stop": 1265016014
        },
        {
            "start": 1265016015,
            "stop": 1265016105
        }
    ]
}