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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1811",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1809",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1810,
    "results": [
        {
            "start": 961509820,
            "stop": 961529714
        },
        {
            "start": 961530776,
            "stop": 961530940
        },
        {
            "start": 961534027,
            "stop": 961538793
        },
        {
            "start": 961539617,
            "stop": 961553164
        },
        {
            "start": 961553165,
            "stop": 961556599
        },
        {
            "start": 961556668,
            "stop": 961558209
        },
        {
            "start": 961558210,
            "stop": 961560557
        },
        {
            "start": 961560558,
            "stop": 961564732
        },
        {
            "start": 961564733,
            "stop": 961565510
        },
        {
            "start": 961565511,
            "stop": 961567197
        },
        {
            "start": 961576273,
            "stop": 961582237
        },
        {
            "start": 961584505,
            "stop": 961586705
        },
        {
            "start": 961586706,
            "stop": 961592892
        },
        {
            "start": 961593105,
            "stop": 961593947
        },
        {
            "start": 961597857,
            "stop": 961605241
        },
        {
            "start": 961605242,
            "stop": 961608083
        },
        {
            "start": 961608084,
            "stop": 961610868
        },
        {
            "start": 961614042,
            "stop": 961614191
        },
        {
            "start": 961614192,
            "stop": 961619642
        },
        {
            "start": 961619643,
            "stop": 961619832
        }
    ]
}