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=1588
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=1589",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1587",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1588,
    "results": [
        {
            "start": 953044165,
            "stop": 953044544
        },
        {
            "start": 953044546,
            "stop": 953044713
        },
        {
            "start": 953050956,
            "stop": 953051245
        },
        {
            "start": 953051247,
            "stop": 953052020
        },
        {
            "start": 953052022,
            "stop": 953053443
        },
        {
            "start": 953072633,
            "stop": 953074935
        },
        {
            "start": 953074937,
            "stop": 953075375
        },
        {
            "start": 953075377,
            "stop": 953075480
        },
        {
            "start": 953075482,
            "stop": 953075495
        },
        {
            "start": 953075497,
            "stop": 953076290
        },
        {
            "start": 953076292,
            "stop": 953082715
        },
        {
            "start": 953082717,
            "stop": 953082813
        },
        {
            "start": 953082815,
            "stop": 953083145
        },
        {
            "start": 953083147,
            "stop": 953083628
        },
        {
            "start": 953083630,
            "stop": 953083691
        },
        {
            "start": 953083692,
            "stop": 953083828
        },
        {
            "start": 953083830,
            "stop": 953083833
        },
        {
            "start": 953083835,
            "stop": 953085923
        },
        {
            "start": 953085925,
            "stop": 953086223
        },
        {
            "start": 953086225,
            "stop": 953087793
        }
    ]
}