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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16711",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16712,
    "results": [
        {
            "start": 875004078,
            "stop": 875004101
        },
        {
            "start": 875004102,
            "stop": 875004107
        },
        {
            "start": 875004109,
            "stop": 875004332
        },
        {
            "start": 875004333,
            "stop": 875004359
        },
        {
            "start": 875004360,
            "stop": 875004385
        },
        {
            "start": 875004386,
            "stop": 875004397
        },
        {
            "start": 875004399,
            "stop": 875004420
        },
        {
            "start": 875004421,
            "stop": 875004571
        },
        {
            "start": 875004575,
            "stop": 875004584
        },
        {
            "start": 875004588,
            "stop": 875004600
        },
        {
            "start": 875004603,
            "stop": 875004690
        },
        {
            "start": 875006493,
            "stop": 875006496
        },
        {
            "start": 875006497,
            "stop": 875006505
        },
        {
            "start": 875006509,
            "stop": 875006517
        },
        {
            "start": 875006880,
            "stop": 875006992
        },
        {
            "start": 875006993,
            "stop": 875007000
        },
        {
            "start": 875007060,
            "stop": 875007076
        },
        {
            "start": 875007077,
            "stop": 875007084
        },
        {
            "start": 875007085,
            "stop": 875007095
        },
        {
            "start": 875007096,
            "stop": 875007097
        }
    ]
}