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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=27",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 28,
    "results": [
        {
            "start": 825121379,
            "stop": 825124451
        },
        {
            "start": 825125225,
            "stop": 825150272
        },
        {
            "start": 825154329,
            "stop": 825177721
        },
        {
            "start": 825205805,
            "stop": 825208407
        },
        {
            "start": 825209598,
            "stop": 825213913
        },
        {
            "start": 825214880,
            "stop": 825215956
        },
        {
            "start": 825216611,
            "stop": 825240640
        },
        {
            "start": 825241882,
            "stop": 825246107
        },
        {
            "start": 825250308,
            "stop": 825254190
        },
        {
            "start": 825254414,
            "stop": 825254708
        },
        {
            "start": 825255211,
            "stop": 825257882
        },
        {
            "start": 825259461,
            "stop": 825262612
        },
        {
            "start": 825263855,
            "stop": 825268951
        },
        {
            "start": 825278301,
            "stop": 825282244
        },
        {
            "start": 825283292,
            "stop": 825292455
        },
        {
            "start": 825293916,
            "stop": 825299196
        },
        {
            "start": 825299794,
            "stop": 825299846
        },
        {
            "start": 825307448,
            "stop": 825319589
        },
        {
            "start": 825322333,
            "stop": 825328618
        },
        {
            "start": 825329210,
            "stop": 825331348
        }
    ]
}