Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=430
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=429",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 430,
    "results": [
        {
            "start": 866766662,
            "stop": 866767307
        },
        {
            "start": 866767311,
            "stop": 866767321
        },
        {
            "start": 866767325,
            "stop": 866767331
        },
        {
            "start": 866767334,
            "stop": 866767709
        },
        {
            "start": 866767713,
            "stop": 866767728
        },
        {
            "start": 866767732,
            "stop": 866767738
        },
        {
            "start": 866767742,
            "stop": 866768262
        },
        {
            "start": 866768266,
            "stop": 866768370
        },
        {
            "start": 866768374,
            "stop": 866768515
        },
        {
            "start": 866768523,
            "stop": 866768538
        },
        {
            "start": 866768547,
            "stop": 866768775
        },
        {
            "start": 866768780,
            "stop": 866768978
        },
        {
            "start": 866768982,
            "stop": 866768998
        },
        {
            "start": 866769001,
            "stop": 866769187
        },
        {
            "start": 866769192,
            "stop": 866769368
        },
        {
            "start": 866769392,
            "stop": 866769402
        },
        {
            "start": 866769416,
            "stop": 866769421
        },
        {
            "start": 866769434,
            "stop": 866769569
        },
        {
            "start": 866769573,
            "stop": 866769584
        },
        {
            "start": 866769588,
            "stop": 866769622
        }
    ]
}