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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=64",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 65,
    "results": [
        {
            "start": 821722872,
            "stop": 821725793
        },
        {
            "start": 821727654,
            "stop": 821755019
        },
        {
            "start": 821755905,
            "stop": 821756514
        },
        {
            "start": 821756752,
            "stop": 821783034
        },
        {
            "start": 821784343,
            "stop": 821796084
        },
        {
            "start": 821796088,
            "stop": 821796511
        },
        {
            "start": 821796515,
            "stop": 821796547
        },
        {
            "start": 821796552,
            "stop": 821796563
        },
        {
            "start": 821796567,
            "stop": 821796573
        },
        {
            "start": 821796576,
            "stop": 821796592
        },
        {
            "start": 821796610,
            "stop": 821797374
        },
        {
            "start": 821797378,
            "stop": 821797384
        },
        {
            "start": 821797392,
            "stop": 821797611
        },
        {
            "start": 821797615,
            "stop": 821797977
        },
        {
            "start": 821797981,
            "stop": 821801881
        },
        {
            "start": 821801895,
            "stop": 821802223
        },
        {
            "start": 821802237,
            "stop": 821802262
        },
        {
            "start": 821802266,
            "stop": 821802400
        },
        {
            "start": 821802405,
            "stop": 821802454
        },
        {
            "start": 821802464,
            "stop": 821802861
        }
    ]
}