Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 4,
    "results": [
        {
            "start": 931080650,
            "stop": 931080660
        },
        {
            "start": 931080661,
            "stop": 931080708
        },
        {
            "start": 931080709,
            "stop": 931080733
        },
        {
            "start": 931080734,
            "stop": 931080759
        },
        {
            "start": 931080760,
            "stop": 931080838
        },
        {
            "start": 931080839,
            "stop": 931080976
        },
        {
            "start": 931080977,
            "stop": 931080993
        },
        {
            "start": 931080994,
            "stop": 931081216
        },
        {
            "start": 931081217,
            "stop": 931081298
        },
        {
            "start": 931081299,
            "stop": 931081351
        },
        {
            "start": 931081353,
            "stop": 931081501
        },
        {
            "start": 931081502,
            "stop": 931081610
        },
        {
            "start": 931081611,
            "stop": 931081817
        },
        {
            "start": 931081819,
            "stop": 931082036
        },
        {
            "start": 931082037,
            "stop": 931082415
        },
        {
            "start": 931082775,
            "stop": 931082853
        },
        {
            "start": 931082854,
            "stop": 931082973
        },
        {
            "start": 931082974,
            "stop": 931082993
        },
        {
            "start": 931082994,
            "stop": 931083016
        },
        {
            "start": 931083017,
            "stop": 931083074
        }
    ]
}