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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=431",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 432,
    "results": [
        {
            "start": 821773069,
            "stop": 821773070
        },
        {
            "start": 821773073,
            "stop": 821773090
        },
        {
            "start": 821773096,
            "stop": 821773098
        },
        {
            "start": 821773113,
            "stop": 821773114
        },
        {
            "start": 821773122,
            "stop": 821773131
        },
        {
            "start": 821773139,
            "stop": 821773142
        },
        {
            "start": 821773145,
            "stop": 821773147
        },
        {
            "start": 821773161,
            "stop": 821773164
        },
        {
            "start": 821773167,
            "stop": 821773170
        },
        {
            "start": 821773173,
            "stop": 821773174
        },
        {
            "start": 821773180,
            "stop": 821773185
        },
        {
            "start": 821773188,
            "stop": 821773201
        },
        {
            "start": 821773204,
            "stop": 821773208
        },
        {
            "start": 821773211,
            "stop": 821773218
        },
        {
            "start": 821773221,
            "stop": 821773227
        },
        {
            "start": 821773230,
            "stop": 821773232
        },
        {
            "start": 821773235,
            "stop": 821773238
        },
        {
            "start": 821773241,
            "stop": 821773247
        },
        {
            "start": 821773250,
            "stop": 821773254
        },
        {
            "start": 821773257,
            "stop": 821773264
        }
    ]
}