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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=325",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 326,
    "results": [
        {
            "start": 931775771,
            "stop": 931775776
        },
        {
            "start": 931775779,
            "stop": 931775783
        },
        {
            "start": 931775785,
            "stop": 931775789
        },
        {
            "start": 931775798,
            "stop": 931775800
        },
        {
            "start": 931775811,
            "stop": 931775817
        },
        {
            "start": 931775827,
            "stop": 931775834
        },
        {
            "start": 931775841,
            "stop": 931775850
        },
        {
            "start": 931775852,
            "stop": 931775856
        },
        {
            "start": 931775861,
            "stop": 931775868
        },
        {
            "start": 931775873,
            "stop": 931775878
        },
        {
            "start": 931775887,
            "stop": 931775893
        },
        {
            "start": 931775895,
            "stop": 931775899
        },
        {
            "start": 931775903,
            "stop": 931775925
        },
        {
            "start": 931775930,
            "stop": 931775931
        },
        {
            "start": 931775940,
            "stop": 931775944
        },
        {
            "start": 931775947,
            "stop": 931775954
        },
        {
            "start": 931775957,
            "stop": 931775959
        },
        {
            "start": 931775971,
            "stop": 931775979
        },
        {
            "start": 931775982,
            "stop": 931775985
        },
        {
            "start": 931775991,
            "stop": 931775993
        }
    ]
}