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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=200",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 201,
    "results": [
        {
            "start": 820748993,
            "stop": 820748994
        },
        {
            "start": 820750261,
            "stop": 820750993
        },
        {
            "start": 820751649,
            "stop": 820752286
        },
        {
            "start": 820752293,
            "stop": 820752433
        },
        {
            "start": 820753458,
            "stop": 820755311
        },
        {
            "start": 820755318,
            "stop": 820756033
        },
        {
            "start": 820760166,
            "stop": 820760449
        },
        {
            "start": 820760456,
            "stop": 820760790
        },
        {
            "start": 820760797,
            "stop": 820760886
        },
        {
            "start": 820760893,
            "stop": 820761176
        },
        {
            "start": 820761183,
            "stop": 820763451
        },
        {
            "start": 820763458,
            "stop": 820765194
        },
        {
            "start": 820765201,
            "stop": 820765857
        },
        {
            "start": 820765864,
            "stop": 820767010
        },
        {
            "start": 820767017,
            "stop": 820772982
        },
        {
            "start": 820772989,
            "stop": 820773054
        },
        {
            "start": 820773061,
            "stop": 820776230
        },
        {
            "start": 820776310,
            "stop": 820776434
        },
        {
            "start": 820776442,
            "stop": 820778909
        },
        {
            "start": 820778916,
            "stop": 820781328
        }
    ]
}