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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=220",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 221,
    "results": [
        {
            "start": 958377492,
            "stop": 958377515
        },
        {
            "start": 958377530,
            "stop": 958377542
        },
        {
            "start": 958377545,
            "stop": 958377547
        },
        {
            "start": 958377554,
            "stop": 958377558
        },
        {
            "start": 958377566,
            "stop": 958377572
        },
        {
            "start": 958377577,
            "stop": 958377626
        },
        {
            "start": 958377631,
            "stop": 958377640
        },
        {
            "start": 958377643,
            "stop": 958377665
        },
        {
            "start": 958377670,
            "stop": 958377690
        },
        {
            "start": 958377695,
            "stop": 958377713
        },
        {
            "start": 958377716,
            "stop": 958377717
        },
        {
            "start": 958377721,
            "stop": 958377868
        },
        {
            "start": 958377876,
            "stop": 958377902
        },
        {
            "start": 958377906,
            "stop": 958377907
        },
        {
            "start": 958377911,
            "stop": 958378196
        },
        {
            "start": 958378204,
            "stop": 958378205
        },
        {
            "start": 958378209,
            "stop": 958378322
        },
        {
            "start": 958378326,
            "stop": 958378415
        },
        {
            "start": 958378418,
            "stop": 958379835
        },
        {
            "start": 958379840,
            "stop": 958380147
        }
    ]
}