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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=353",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 354,
    "results": [
        {
            "start": 931819224,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931820048
        },
        {
            "start": 931820050,
            "stop": 931820360
        },
        {
            "start": 931820362,
            "stop": 931820415
        },
        {
            "start": 931820775,
            "stop": 931820912
        },
        {
            "start": 931820915,
            "stop": 931821417
        },
        {
            "start": 931821421,
            "stop": 931821422
        },
        {
            "start": 931821425,
            "stop": 931821437
        },
        {
            "start": 931821441,
            "stop": 931821462
        },
        {
            "start": 931821465,
            "stop": 931821497
        },
        {
            "start": 931821500,
            "stop": 931821507
        },
        {
            "start": 931821510,
            "stop": 931821513
        },
        {
            "start": 931821515,
            "stop": 931821522
        },
        {
            "start": 931821526,
            "stop": 931821542
        },
        {
            "start": 931821546,
            "stop": 931821553
        },
        {
            "start": 931821555,
            "stop": 931821558
        },
        {
            "start": 931821560,
            "stop": 931821567
        },
        {
            "start": 931821570,
            "stop": 931821573
        },
        {
            "start": 931821575,
            "stop": 931821582
        },
        {
            "start": 931821585,
            "stop": 931821587
        }
    ]
}