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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8014",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8012",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8013,
    "results": [
        {
            "start": 970405798,
            "stop": 970405808
        },
        {
            "start": 970405811,
            "stop": 970405837
        },
        {
            "start": 970405840,
            "stop": 970405845
        },
        {
            "start": 970405848,
            "stop": 970405877
        },
        {
            "start": 970405880,
            "stop": 970405915
        },
        {
            "start": 970405918,
            "stop": 970405953
        },
        {
            "start": 970405956,
            "stop": 970405974
        },
        {
            "start": 970405977,
            "stop": 970406101
        },
        {
            "start": 970406104,
            "stop": 970406148
        },
        {
            "start": 970406151,
            "stop": 970406185
        },
        {
            "start": 970406188,
            "stop": 970406241
        },
        {
            "start": 970406246,
            "stop": 970406252
        },
        {
            "start": 970406255,
            "stop": 970406293
        },
        {
            "start": 970406296,
            "stop": 970406314
        },
        {
            "start": 970406317,
            "stop": 970406328
        },
        {
            "start": 970406335,
            "stop": 970406337
        },
        {
            "start": 970406340,
            "stop": 970406352
        },
        {
            "start": 970406355,
            "stop": 970406356
        },
        {
            "start": 970406359,
            "stop": 970406364
        },
        {
            "start": 970406367,
            "stop": 970406404
        }
    ]
}