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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=711",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 712,
    "results": [
        {
            "start": 866593650,
            "stop": 866593666
        },
        {
            "start": 866594760,
            "stop": 866600576
        },
        {
            "start": 866601120,
            "stop": 866601270
        },
        {
            "start": 866603789,
            "stop": 866603910
        },
        {
            "start": 866604772,
            "stop": 866604990
        },
        {
            "start": 866607827,
            "stop": 866651430
        },
        {
            "start": 866661142,
            "stop": 866672670
        },
        {
            "start": 866675607,
            "stop": 866690167
        },
        {
            "start": 866690185,
            "stop": 866698414
        },
        {
            "start": 866699051,
            "stop": 866711278
        },
        {
            "start": 866712245,
            "stop": 866718900
        },
        {
            "start": 866718961,
            "stop": 866719758
        },
        {
            "start": 866726448,
            "stop": 866736330
        },
        {
            "start": 866736390,
            "stop": 866736406
        },
        {
            "start": 866738815,
            "stop": 866740515
        },
        {
            "start": 866740533,
            "stop": 866741858
        },
        {
            "start": 866741865,
            "stop": 866741867
        },
        {
            "start": 866742116,
            "stop": 866762130
        },
        {
            "start": 866762190,
            "stop": 866762250
        },
        {
            "start": 866762310,
            "stop": 866762348
        }
    ]
}