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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=477",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 478,
    "results": [
        {
            "start": 865869275,
            "stop": 865869600
        },
        {
            "start": 865869660,
            "stop": 865870222
        },
        {
            "start": 865870225,
            "stop": 865874640
        },
        {
            "start": 865874700,
            "stop": 865875206
        },
        {
            "start": 865875212,
            "stop": 865875215
        },
        {
            "start": 865875218,
            "stop": 865875220
        },
        {
            "start": 865875223,
            "stop": 865876240
        },
        {
            "start": 865877681,
            "stop": 865883669
        },
        {
            "start": 865883672,
            "stop": 865883676
        },
        {
            "start": 865883689,
            "stop": 865884720
        },
        {
            "start": 865884840,
            "stop": 865885147
        },
        {
            "start": 865885153,
            "stop": 865885154
        },
        {
            "start": 865885158,
            "stop": 865885167
        },
        {
            "start": 865885170,
            "stop": 865885171
        },
        {
            "start": 865885174,
            "stop": 865885218
        },
        {
            "start": 865886115,
            "stop": 865887816
        },
        {
            "start": 865887911,
            "stop": 865889245
        },
        {
            "start": 865889250,
            "stop": 865890160
        },
        {
            "start": 865890165,
            "stop": 865892052
        },
        {
            "start": 865892058,
            "stop": 865892070
        }
    ]
}