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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6325",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6326,
    "results": [
        {
            "start": 873279472,
            "stop": 873279576
        },
        {
            "start": 873279577,
            "stop": 873279817
        },
        {
            "start": 873279818,
            "stop": 873280082
        },
        {
            "start": 873280083,
            "stop": 873280933
        },
        {
            "start": 873280935,
            "stop": 873281073
        },
        {
            "start": 873281074,
            "stop": 873281095
        },
        {
            "start": 873281096,
            "stop": 873281759
        },
        {
            "start": 873281761,
            "stop": 873282730
        },
        {
            "start": 873282731,
            "stop": 873282883
        },
        {
            "start": 873282884,
            "stop": 873283106
        },
        {
            "start": 873283107,
            "stop": 873283257
        },
        {
            "start": 873283258,
            "stop": 873283460
        },
        {
            "start": 873283461,
            "stop": 873284099
        },
        {
            "start": 873284100,
            "stop": 873284367
        },
        {
            "start": 873284368,
            "stop": 873284373
        },
        {
            "start": 873284374,
            "stop": 873284398
        },
        {
            "start": 873284399,
            "stop": 873284410
        },
        {
            "start": 873284411,
            "stop": 873284429
        },
        {
            "start": 873284430,
            "stop": 873284464
        },
        {
            "start": 873284465,
            "stop": 873284657
        }
    ]
}