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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9894",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9895,
    "results": [
        {
            "start": 874555680,
            "stop": 874555745
        },
        {
            "start": 874555762,
            "stop": 874555763
        },
        {
            "start": 874555780,
            "stop": 874555802
        },
        {
            "start": 874555819,
            "stop": 874555880
        },
        {
            "start": 874555897,
            "stop": 874555920
        },
        {
            "start": 874555980,
            "stop": 874556160
        },
        {
            "start": 874556220,
            "stop": 874556280
        },
        {
            "start": 874556520,
            "stop": 874556640
        },
        {
            "start": 874556940,
            "stop": 874557060
        },
        {
            "start": 874557120,
            "stop": 874557180
        },
        {
            "start": 874557420,
            "stop": 874557446
        },
        {
            "start": 874557463,
            "stop": 874557480
        },
        {
            "start": 874557720,
            "stop": 874557900
        },
        {
            "start": 874557960,
            "stop": 874557983
        },
        {
            "start": 874558000,
            "stop": 874558020
        },
        {
            "start": 874558080,
            "stop": 874558153
        },
        {
            "start": 874558170,
            "stop": 874558216
        },
        {
            "start": 874558233,
            "stop": 874558249
        },
        {
            "start": 874558266,
            "stop": 874558320
        },
        {
            "start": 874558380,
            "stop": 874558500
        }
    ]
}