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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=221",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 222,
    "results": [
        {
            "start": 820517244,
            "stop": 820517374
        },
        {
            "start": 820517381,
            "stop": 820517403
        },
        {
            "start": 820517411,
            "stop": 820517443
        },
        {
            "start": 820517457,
            "stop": 820517484
        },
        {
            "start": 820517491,
            "stop": 820517558
        },
        {
            "start": 820517566,
            "stop": 820517686
        },
        {
            "start": 820517693,
            "stop": 820517892
        },
        {
            "start": 820517907,
            "stop": 820518056
        },
        {
            "start": 820518063,
            "stop": 820518142
        },
        {
            "start": 820518149,
            "stop": 820518245
        },
        {
            "start": 820518259,
            "stop": 820518284
        },
        {
            "start": 820518291,
            "stop": 820518366
        },
        {
            "start": 820518374,
            "stop": 820518705
        },
        {
            "start": 820518713,
            "stop": 820518745
        },
        {
            "start": 820518753,
            "stop": 820518949
        },
        {
            "start": 820518957,
            "stop": 820518960
        },
        {
            "start": 820519020,
            "stop": 820519271
        },
        {
            "start": 820519284,
            "stop": 820519349
        },
        {
            "start": 820519356,
            "stop": 820519418
        },
        {
            "start": 820519426,
            "stop": 820519440
        }
    ]
}