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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=255",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 256,
    "results": [
        {
            "start": 821062149,
            "stop": 821062753
        },
        {
            "start": 821063136,
            "stop": 821063168
        },
        {
            "start": 821063176,
            "stop": 821063210
        },
        {
            "start": 821064968,
            "stop": 821065260
        },
        {
            "start": 821065440,
            "stop": 821065920
        },
        {
            "start": 821066340,
            "stop": 821066400
        },
        {
            "start": 821067120,
            "stop": 821067180
        },
        {
            "start": 821067480,
            "stop": 821067660
        },
        {
            "start": 821068200,
            "stop": 821068680
        },
        {
            "start": 821068800,
            "stop": 821069558
        },
        {
            "start": 821069565,
            "stop": 821070978
        },
        {
            "start": 821072655,
            "stop": 821073440
        },
        {
            "start": 821073561,
            "stop": 821073736
        },
        {
            "start": 821073743,
            "stop": 821074077
        },
        {
            "start": 821074201,
            "stop": 821074813
        },
        {
            "start": 821075569,
            "stop": 821076013
        },
        {
            "start": 821076975,
            "stop": 821077033
        },
        {
            "start": 821077436,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821077633
        },
        {
            "start": 821077880,
            "stop": 821082120
        }
    ]
}