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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3611",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3612,
    "results": [
        {
            "start": 872129314,
            "stop": 872129337
        },
        {
            "start": 872130812,
            "stop": 872130900
        },
        {
            "start": 872130905,
            "stop": 872130960
        },
        {
            "start": 872131140,
            "stop": 872131181
        },
        {
            "start": 872131198,
            "stop": 872131260
        },
        {
            "start": 872131380,
            "stop": 872131381
        },
        {
            "start": 872131384,
            "stop": 872131399
        },
        {
            "start": 872131404,
            "stop": 872131440
        },
        {
            "start": 872131922,
            "stop": 872131944
        },
        {
            "start": 872131947,
            "stop": 872131950
        },
        {
            "start": 872131953,
            "stop": 872131983
        },
        {
            "start": 872131988,
            "stop": 872132002
        },
        {
            "start": 872132008,
            "stop": 872132009
        },
        {
            "start": 872132012,
            "stop": 872132040
        },
        {
            "start": 872132400,
            "stop": 872132406
        },
        {
            "start": 872132409,
            "stop": 872132460
        },
        {
            "start": 872132580,
            "stop": 872132640
        },
        {
            "start": 872132760,
            "stop": 872132820
        },
        {
            "start": 872132880,
            "stop": 872132977
        },
        {
            "start": 872132980,
            "stop": 872133231
        }
    ]
}