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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=256",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 257,
    "results": [
        {
            "start": 1264422240,
            "stop": 1264422286
        },
        {
            "start": 1264422288,
            "stop": 1264422305
        },
        {
            "start": 1264422307,
            "stop": 1264422369
        },
        {
            "start": 1264422371,
            "stop": 1264422444
        },
        {
            "start": 1264422445,
            "stop": 1264422553
        },
        {
            "start": 1264422556,
            "stop": 1264422665
        },
        {
            "start": 1264422667,
            "stop": 1264422677
        },
        {
            "start": 1264422679,
            "stop": 1264422842
        },
        {
            "start": 1264422844,
            "stop": 1264422845
        },
        {
            "start": 1264422847,
            "stop": 1264422859
        },
        {
            "start": 1264422861,
            "stop": 1264422875
        },
        {
            "start": 1264422877,
            "stop": 1264422901
        },
        {
            "start": 1264422903,
            "stop": 1264422916
        },
        {
            "start": 1264422917,
            "stop": 1264422932
        },
        {
            "start": 1264422934,
            "stop": 1264422988
        },
        {
            "start": 1264422990,
            "stop": 1264423015
        },
        {
            "start": 1264423017,
            "stop": 1264423039
        },
        {
            "start": 1264423042,
            "stop": 1264423052
        },
        {
            "start": 1264423054,
            "stop": 1264423055
        },
        {
            "start": 1264423057,
            "stop": 1264423069
        }
    ]
}