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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=4",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 5,
    "results": [
        {
            "start": 935436413,
            "stop": 935436550
        },
        {
            "start": 935600981,
            "stop": 935601118
        },
        {
            "start": 935617686,
            "stop": 935617814
        },
        {
            "start": 935634470,
            "stop": 935634630
        },
        {
            "start": 935670485,
            "stop": 935670622
        },
        {
            "start": 935730910,
            "stop": 935731070
        },
        {
            "start": 939766013,
            "stop": 939766126
        },
        {
            "start": 939776237,
            "stop": 939776350
        },
        {
            "start": 939799517,
            "stop": 939799630
        },
        {
            "start": 939819861,
            "stop": 939819974
        },
        {
            "start": 939838062,
            "stop": 939838174
        },
        {
            "start": 939868933,
            "stop": 939869046
        },
        {
            "start": 939891853,
            "stop": 939891966
        },
        {
            "start": 939899349,
            "stop": 939899462
        },
        {
            "start": 939921582,
            "stop": 939921694
        },
        {
            "start": 939925462,
            "stop": 939925574
        },
        {
            "start": 939965125,
            "stop": 939965238
        },
        {
            "start": 939979005,
            "stop": 939979118
        },
        {
            "start": 939985349,
            "stop": 939985462
        },
        {
            "start": 940140086,
            "stop": 940140246
        }
    ]
}