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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=321",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 322,
    "results": [
        {
            "start": 931774834,
            "stop": 931774836
        },
        {
            "start": 931774839,
            "stop": 931774846
        },
        {
            "start": 931774851,
            "stop": 931774859
        },
        {
            "start": 931774862,
            "stop": 931774878
        },
        {
            "start": 931774886,
            "stop": 931774893
        },
        {
            "start": 931774895,
            "stop": 931774905
        },
        {
            "start": 931774908,
            "stop": 931774913
        },
        {
            "start": 931774917,
            "stop": 931774927
        },
        {
            "start": 931774930,
            "stop": 931774941
        },
        {
            "start": 931774943,
            "stop": 931774946
        },
        {
            "start": 931774951,
            "stop": 931774960
        },
        {
            "start": 931774962,
            "stop": 931774968
        },
        {
            "start": 931774971,
            "stop": 931774982
        },
        {
            "start": 931774985,
            "stop": 931774987
        },
        {
            "start": 931774990,
            "stop": 931774992
        },
        {
            "start": 931774996,
            "stop": 931775012
        },
        {
            "start": 931775015,
            "stop": 931775024
        },
        {
            "start": 931775026,
            "stop": 931775033
        },
        {
            "start": 931775037,
            "stop": 931775062
        },
        {
            "start": 931775068,
            "stop": 931775069
        }
    ]
}