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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=262",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 263,
    "results": [
        {
            "start": 855528028,
            "stop": 855544082
        },
        {
            "start": 855547114,
            "stop": 855584385
        },
        {
            "start": 855588405,
            "stop": 855591898
        },
        {
            "start": 855619748,
            "stop": 855620206
        },
        {
            "start": 855622572,
            "stop": 855628841
        },
        {
            "start": 855628854,
            "stop": 855628884
        },
        {
            "start": 855628893,
            "stop": 855629520
        },
        {
            "start": 855629524,
            "stop": 855684772
        },
        {
            "start": 855685884,
            "stop": 855689304
        },
        {
            "start": 855693275,
            "stop": 855706418
        },
        {
            "start": 855707663,
            "stop": 855778710
        },
        {
            "start": 855780880,
            "stop": 855783240
        },
        {
            "start": 855784316,
            "stop": 855809700
        },
        {
            "start": 855813326,
            "stop": 855824205
        },
        {
            "start": 855825516,
            "stop": 855862413
        },
        {
            "start": 855867651,
            "stop": 855867681
        },
        {
            "start": 855869550,
            "stop": 855869740
        },
        {
            "start": 855887484,
            "stop": 855901506
        },
        {
            "start": 855902199,
            "stop": 855907780
        },
        {
            "start": 855908878,
            "stop": 855939184
        }
    ]
}