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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=297",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 298,
    "results": [
        {
            "start": 858777649,
            "stop": 858777713
        },
        {
            "start": 858777717,
            "stop": 858778190
        },
        {
            "start": 858778194,
            "stop": 858783996
        },
        {
            "start": 858784005,
            "stop": 858784988
        },
        {
            "start": 858792268,
            "stop": 858793294
        },
        {
            "start": 858793299,
            "stop": 858793309
        },
        {
            "start": 858793318,
            "stop": 858793323
        },
        {
            "start": 858793327,
            "stop": 858793332
        },
        {
            "start": 858793356,
            "stop": 858793439
        },
        {
            "start": 858793442,
            "stop": 858793448
        },
        {
            "start": 858793452,
            "stop": 858793596
        },
        {
            "start": 858793600,
            "stop": 858793654
        },
        {
            "start": 858793658,
            "stop": 858793817
        },
        {
            "start": 858793821,
            "stop": 858797882
        },
        {
            "start": 858797886,
            "stop": 858797923
        },
        {
            "start": 858800052,
            "stop": 858800230
        },
        {
            "start": 858800239,
            "stop": 858800611
        },
        {
            "start": 858800615,
            "stop": 858800665
        },
        {
            "start": 858800668,
            "stop": 858800724
        },
        {
            "start": 858800729,
            "stop": 858800749
        }
    ]
}