Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=162
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=161",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 162,
    "results": [
        {
            "start": 821601915,
            "stop": 821601942
        },
        {
            "start": 821601945,
            "stop": 821602011
        },
        {
            "start": 821602014,
            "stop": 821602137
        },
        {
            "start": 821602140,
            "stop": 821602300
        },
        {
            "start": 821602303,
            "stop": 821602360
        },
        {
            "start": 821602363,
            "stop": 821602412
        },
        {
            "start": 821602415,
            "stop": 821602608
        },
        {
            "start": 821602611,
            "stop": 821602637
        },
        {
            "start": 821602640,
            "stop": 821602995
        },
        {
            "start": 821602998,
            "stop": 821603371
        },
        {
            "start": 821603374,
            "stop": 821603849
        },
        {
            "start": 821603852,
            "stop": 821604024
        },
        {
            "start": 821604027,
            "stop": 821604044
        },
        {
            "start": 821604047,
            "stop": 821604424
        },
        {
            "start": 821604427,
            "stop": 821604995
        },
        {
            "start": 821604998,
            "stop": 821605020
        },
        {
            "start": 821605023,
            "stop": 821605065
        },
        {
            "start": 821605068,
            "stop": 821605204
        },
        {
            "start": 821605207,
            "stop": 821605267
        },
        {
            "start": 821605270,
            "stop": 821605275
        }
    ]
}