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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=160",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 161,
    "results": [
        {
            "start": 819959239,
            "stop": 819959250
        },
        {
            "start": 819959257,
            "stop": 819959326
        },
        {
            "start": 819959341,
            "stop": 819959980
        },
        {
            "start": 819959987,
            "stop": 819960028
        },
        {
            "start": 819960036,
            "stop": 819960302
        },
        {
            "start": 819960309,
            "stop": 819960533
        },
        {
            "start": 819960541,
            "stop": 819960659
        },
        {
            "start": 819960666,
            "stop": 819960710
        },
        {
            "start": 819960718,
            "stop": 819960863
        },
        {
            "start": 819960871,
            "stop": 819961021
        },
        {
            "start": 819961028,
            "stop": 819961355
        },
        {
            "start": 819961362,
            "stop": 819961540
        },
        {
            "start": 819961554,
            "stop": 819961595
        },
        {
            "start": 819961603,
            "stop": 819961612
        },
        {
            "start": 819961620,
            "stop": 819961753
        },
        {
            "start": 819961760,
            "stop": 819962091
        },
        {
            "start": 819962098,
            "stop": 819962395
        },
        {
            "start": 819962402,
            "stop": 819962531
        },
        {
            "start": 819962545,
            "stop": 819962820
        },
        {
            "start": 819962827,
            "stop": 819962839
        }
    ]
}