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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=150",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 151,
    "results": [
        {
            "start": 820197391,
            "stop": 820197393
        },
        {
            "start": 820197398,
            "stop": 820197399
        },
        {
            "start": 820197403,
            "stop": 820197439
        },
        {
            "start": 820197442,
            "stop": 820197452
        },
        {
            "start": 820197455,
            "stop": 820197500
        },
        {
            "start": 820197503,
            "stop": 820197533
        },
        {
            "start": 820197536,
            "stop": 820197538
        },
        {
            "start": 820197542,
            "stop": 820197579
        },
        {
            "start": 820197583,
            "stop": 820197584
        },
        {
            "start": 820197589,
            "stop": 820197602
        },
        {
            "start": 820197605,
            "stop": 820197672
        },
        {
            "start": 820197675,
            "stop": 820197729
        },
        {
            "start": 820197732,
            "stop": 820197755
        },
        {
            "start": 820197759,
            "stop": 820197793
        },
        {
            "start": 820197796,
            "stop": 820197799
        },
        {
            "start": 820197804,
            "stop": 820197919
        },
        {
            "start": 820197923,
            "stop": 820198067
        },
        {
            "start": 820198070,
            "stop": 820198073
        },
        {
            "start": 820198076,
            "stop": 820198124
        },
        {
            "start": 820198127,
            "stop": 820198215
        }
    ]
}