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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=520",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 521,
    "results": [
        {
            "start": 827115333,
            "stop": 827115410
        },
        {
            "start": 827115413,
            "stop": 827115506
        },
        {
            "start": 827115806,
            "stop": 827116326
        },
        {
            "start": 827116330,
            "stop": 827116354
        },
        {
            "start": 827116357,
            "stop": 827116531
        },
        {
            "start": 827116535,
            "stop": 827117365
        },
        {
            "start": 827117368,
            "stop": 827117404
        },
        {
            "start": 827117407,
            "stop": 827117933
        },
        {
            "start": 827117936,
            "stop": 827117948
        },
        {
            "start": 827117978,
            "stop": 827117999
        },
        {
            "start": 827118043,
            "stop": 827118365
        },
        {
            "start": 827118368,
            "stop": 827118393
        },
        {
            "start": 827118412,
            "stop": 827118438
        },
        {
            "start": 827118442,
            "stop": 827119153
        },
        {
            "start": 827119157,
            "stop": 827119198
        },
        {
            "start": 827119201,
            "stop": 827119387
        },
        {
            "start": 827119391,
            "stop": 827119397
        },
        {
            "start": 827119401,
            "stop": 827119407
        },
        {
            "start": 827119411,
            "stop": 827121535
        },
        {
            "start": 827121538,
            "stop": 827121870
        }
    ]
}