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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=334",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 335,
    "results": [
        {
            "start": 822564824,
            "stop": 822564900
        },
        {
            "start": 822564960,
            "stop": 822565513
        },
        {
            "start": 822565778,
            "stop": 822565858
        },
        {
            "start": 822565920,
            "stop": 822565927
        },
        {
            "start": 822565934,
            "stop": 822565980
        },
        {
            "start": 822566040,
            "stop": 822566340
        },
        {
            "start": 822566400,
            "stop": 822566460
        },
        {
            "start": 822566580,
            "stop": 822566702
        },
        {
            "start": 822566705,
            "stop": 822566716
        },
        {
            "start": 822566720,
            "stop": 822567005
        },
        {
            "start": 822567012,
            "stop": 822567013
        },
        {
            "start": 822568101,
            "stop": 822568391
        },
        {
            "start": 822568398,
            "stop": 822568689
        },
        {
            "start": 822570012,
            "stop": 822571933
        },
        {
            "start": 822572043,
            "stop": 822572903
        },
        {
            "start": 822572910,
            "stop": 822573585
        },
        {
            "start": 822573592,
            "stop": 822576553
        },
        {
            "start": 822577621,
            "stop": 822578804
        },
        {
            "start": 822578985,
            "stop": 822579142
        },
        {
            "start": 822579254,
            "stop": 822579984
        }
    ]
}