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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=240",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 241,
    "results": [
        {
            "start": 821678273,
            "stop": 821678276
        },
        {
            "start": 821678280,
            "stop": 821678281
        },
        {
            "start": 821678284,
            "stop": 821678285
        },
        {
            "start": 821678288,
            "stop": 821678293
        },
        {
            "start": 821678296,
            "stop": 821678301
        },
        {
            "start": 821678304,
            "stop": 821678311
        },
        {
            "start": 821678314,
            "stop": 821678321
        },
        {
            "start": 821678326,
            "stop": 821678328
        },
        {
            "start": 821678331,
            "stop": 821678334
        },
        {
            "start": 821678341,
            "stop": 821678347
        },
        {
            "start": 821678352,
            "stop": 821678356
        },
        {
            "start": 821678360,
            "stop": 821678361
        },
        {
            "start": 821678365,
            "stop": 821678372
        },
        {
            "start": 821678383,
            "stop": 821678391
        },
        {
            "start": 821678395,
            "stop": 821678398
        },
        {
            "start": 821678401,
            "stop": 821678425
        },
        {
            "start": 821678428,
            "stop": 821678430
        },
        {
            "start": 821678433,
            "stop": 821678437
        },
        {
            "start": 821678440,
            "stop": 821678453
        },
        {
            "start": 821678459,
            "stop": 821678463
        }
    ]
}