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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=192",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 193,
    "results": [
        {
            "start": 1261696751,
            "stop": 1261696991
        },
        {
            "start": 1261696992,
            "stop": 1261697083
        },
        {
            "start": 1261697086,
            "stop": 1261697087
        },
        {
            "start": 1261697088,
            "stop": 1261697097
        },
        {
            "start": 1261697098,
            "stop": 1261697106
        },
        {
            "start": 1261697107,
            "stop": 1261697114
        },
        {
            "start": 1261697115,
            "stop": 1261697119
        },
        {
            "start": 1261697120,
            "stop": 1261697121
        },
        {
            "start": 1261697122,
            "stop": 1261697192
        },
        {
            "start": 1261697193,
            "stop": 1261697198
        },
        {
            "start": 1261697199,
            "stop": 1261697215
        },
        {
            "start": 1261697216,
            "stop": 1261697483
        },
        {
            "start": 1261697484,
            "stop": 1261697490
        },
        {
            "start": 1261697491,
            "stop": 1261697494
        },
        {
            "start": 1261697495,
            "stop": 1261697496
        },
        {
            "start": 1261697497,
            "stop": 1261697553
        },
        {
            "start": 1261697554,
            "stop": 1261697565
        },
        {
            "start": 1261697566,
            "stop": 1261697570
        },
        {
            "start": 1261697571,
            "stop": 1261697589
        },
        {
            "start": 1261697590,
            "stop": 1261697649
        }
    ]
}