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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5162",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5163,
    "results": [
        {
            "start": 874740501,
            "stop": 874740555
        },
        {
            "start": 874740562,
            "stop": 874740764
        },
        {
            "start": 874740771,
            "stop": 874741059
        },
        {
            "start": 874741066,
            "stop": 874741108
        },
        {
            "start": 874741122,
            "stop": 874741155
        },
        {
            "start": 874741162,
            "stop": 874741210
        },
        {
            "start": 874741217,
            "stop": 874741258
        },
        {
            "start": 874741265,
            "stop": 874741471
        },
        {
            "start": 874741479,
            "stop": 874741510
        },
        {
            "start": 874741517,
            "stop": 874741602
        },
        {
            "start": 874741609,
            "stop": 874741630
        },
        {
            "start": 874741638,
            "stop": 874741770
        },
        {
            "start": 874741778,
            "stop": 874741844
        },
        {
            "start": 874741851,
            "stop": 874741875
        },
        {
            "start": 874741882,
            "stop": 874742046
        },
        {
            "start": 874742053,
            "stop": 874742113
        },
        {
            "start": 874742126,
            "stop": 874742150
        },
        {
            "start": 874742157,
            "stop": 874742254
        },
        {
            "start": 874742267,
            "stop": 874742287
        },
        {
            "start": 874742295,
            "stop": 874742335
        }
    ]
}