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=5125
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=5126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5124",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5125,
    "results": [
        {
            "start": 874694046,
            "stop": 874694049
        },
        {
            "start": 874694056,
            "stop": 874694145
        },
        {
            "start": 874694152,
            "stop": 874694153
        },
        {
            "start": 874694166,
            "stop": 874694226
        },
        {
            "start": 874694233,
            "stop": 874694253
        },
        {
            "start": 874694265,
            "stop": 874694361
        },
        {
            "start": 874694368,
            "stop": 874694441
        },
        {
            "start": 874694463,
            "stop": 874694468
        },
        {
            "start": 874694490,
            "stop": 874694491
        },
        {
            "start": 874694503,
            "stop": 874694536
        },
        {
            "start": 874694543,
            "stop": 874694548
        },
        {
            "start": 874694556,
            "stop": 874694603
        },
        {
            "start": 874694611,
            "stop": 874694664
        },
        {
            "start": 874694679,
            "stop": 874694710
        },
        {
            "start": 874694730,
            "stop": 874694753
        },
        {
            "start": 874694767,
            "stop": 874694777
        },
        {
            "start": 874694790,
            "stop": 874694799
        },
        {
            "start": 874694806,
            "stop": 874694821
        },
        {
            "start": 874694834,
            "stop": 874694885
        },
        {
            "start": 874694892,
            "stop": 874694924
        }
    ]
}