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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=182",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 183,
    "results": [
        {
            "start": 820216982,
            "stop": 820216998
        },
        {
            "start": 820217010,
            "stop": 820217143
        },
        {
            "start": 820217162,
            "stop": 820217172
        },
        {
            "start": 820217179,
            "stop": 820217191
        },
        {
            "start": 820217206,
            "stop": 820217212
        },
        {
            "start": 820217219,
            "stop": 820217245
        },
        {
            "start": 820217252,
            "stop": 820217268
        },
        {
            "start": 820217282,
            "stop": 820217310
        },
        {
            "start": 820217317,
            "stop": 820217405
        },
        {
            "start": 820217412,
            "stop": 820217427
        },
        {
            "start": 820217449,
            "stop": 820217487
        },
        {
            "start": 820217494,
            "stop": 820217507
        },
        {
            "start": 820217515,
            "stop": 820217615
        },
        {
            "start": 820217630,
            "stop": 820217694
        },
        {
            "start": 820217701,
            "stop": 820217718
        },
        {
            "start": 820217725,
            "stop": 820217860
        },
        {
            "start": 820217867,
            "stop": 820217960
        },
        {
            "start": 820217967,
            "stop": 820218170
        },
        {
            "start": 820218178,
            "stop": 820218191
        },
        {
            "start": 820218198,
            "stop": 820218597
        }
    ]
}