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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 346,
    "results": [
        {
            "start": 855679393,
            "stop": 855679405
        },
        {
            "start": 855679410,
            "stop": 855679480
        },
        {
            "start": 855679485,
            "stop": 855684390
        },
        {
            "start": 855684395,
            "stop": 855684415
        },
        {
            "start": 855684423,
            "stop": 855684425
        },
        {
            "start": 855684430,
            "stop": 855684440
        },
        {
            "start": 855684445,
            "stop": 855684771
        },
        {
            "start": 855685883,
            "stop": 855689051
        },
        {
            "start": 855693274,
            "stop": 855694935
        },
        {
            "start": 855694940,
            "stop": 855694967
        },
        {
            "start": 855694973,
            "stop": 855694982
        },
        {
            "start": 855694988,
            "stop": 855694992
        },
        {
            "start": 855694998,
            "stop": 855702942
        },
        {
            "start": 855702948,
            "stop": 855702955
        },
        {
            "start": 855702957,
            "stop": 855706162
        },
        {
            "start": 855710410,
            "stop": 855712839
        },
        {
            "start": 855714035,
            "stop": 855747282
        },
        {
            "start": 855747285,
            "stop": 855766934
        },
        {
            "start": 855766937,
            "stop": 855769094
        },
        {
            "start": 855769098,
            "stop": 855778711
        }
    ]
}