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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=351",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 352,
    "results": [
        {
            "start": 1264171180,
            "stop": 1264171182
        },
        {
            "start": 1264171184,
            "stop": 1264171205
        },
        {
            "start": 1264171206,
            "stop": 1264171270
        },
        {
            "start": 1264171272,
            "stop": 1264171273
        },
        {
            "start": 1264171275,
            "stop": 1264171277
        },
        {
            "start": 1264171280,
            "stop": 1264171285
        },
        {
            "start": 1264171287,
            "stop": 1264171332
        },
        {
            "start": 1264171334,
            "stop": 1264171348
        },
        {
            "start": 1264171349,
            "stop": 1264171371
        },
        {
            "start": 1264171372,
            "stop": 1264171379
        },
        {
            "start": 1264171381,
            "stop": 1264171383
        },
        {
            "start": 1264171385,
            "stop": 1264171386
        },
        {
            "start": 1264171390,
            "stop": 1264171398
        },
        {
            "start": 1264171399,
            "stop": 1264171407
        },
        {
            "start": 1264171408,
            "stop": 1264171414
        },
        {
            "start": 1264171415,
            "stop": 1264171417
        },
        {
            "start": 1264171418,
            "stop": 1264171420
        },
        {
            "start": 1264171423,
            "stop": 1264171424
        },
        {
            "start": 1264171426,
            "stop": 1264171429
        },
        {
            "start": 1264171431,
            "stop": 1264171432
        }
    ]
}