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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=116",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 117,
    "results": [
        {
            "start": 817431104,
            "stop": 817432201
        },
        {
            "start": 817432321,
            "stop": 817434917
        },
        {
            "start": 817435037,
            "stop": 817435344
        },
        {
            "start": 817435464,
            "stop": 817436258
        },
        {
            "start": 817436453,
            "stop": 817437600
        },
        {
            "start": 817437603,
            "stop": 817439904
        },
        {
            "start": 817440480,
            "stop": 817441793
        },
        {
            "start": 817441913,
            "stop": 817442042
        },
        {
            "start": 817443516,
            "stop": 817445565
        },
        {
            "start": 817445685,
            "stop": 817446799
        },
        {
            "start": 817446919,
            "stop": 817447535
        },
        {
            "start": 817460989,
            "stop": 817461138
        },
        {
            "start": 817461258,
            "stop": 817462496
        },
        {
            "start": 817462528,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817476288
        },
        {
            "start": 817476320,
            "stop": 817477279
        },
        {
            "start": 817477283,
            "stop": 817484836
        },
        {
            "start": 817491662,
            "stop": 817491850
        },
        {
            "start": 817491970,
            "stop": 817492352
        },
        {
            "start": 817493024,
            "stop": 817495819
        }
    ]
}