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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=246",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 247,
    "results": [
        {
            "start": 960586669,
            "stop": 960593036
        },
        {
            "start": 960602576,
            "stop": 960603168
        },
        {
            "start": 960603171,
            "stop": 960606005
        },
        {
            "start": 960606009,
            "stop": 960606110
        },
        {
            "start": 960606116,
            "stop": 960606278
        },
        {
            "start": 960606280,
            "stop": 960606282
        },
        {
            "start": 960619904,
            "stop": 960622590
        },
        {
            "start": 960622593,
            "stop": 960622663
        },
        {
            "start": 960622668,
            "stop": 960622694
        },
        {
            "start": 960622697,
            "stop": 960642901
        },
        {
            "start": 960642954,
            "stop": 960642978
        },
        {
            "start": 960643044,
            "stop": 960649005
        },
        {
            "start": 960717101,
            "stop": 960717661
        },
        {
            "start": 960719602,
            "stop": 960719785
        },
        {
            "start": 960721561,
            "stop": 960732781
        },
        {
            "start": 960735537,
            "stop": 960739409
        },
        {
            "start": 960741670,
            "stop": 960744348
        },
        {
            "start": 960747291,
            "stop": 960750247
        },
        {
            "start": 960757998,
            "stop": 960760685
        },
        {
            "start": 960763791,
            "stop": 960766590
        }
    ]
}