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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=140",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 141,
    "results": [
        {
            "start": 818291196,
            "stop": 818291262
        },
        {
            "start": 818291279,
            "stop": 818291360
        },
        {
            "start": 818291377,
            "stop": 818291385
        },
        {
            "start": 818291785,
            "stop": 818291816
        },
        {
            "start": 818291833,
            "stop": 818291858
        },
        {
            "start": 818291875,
            "stop": 818292316
        },
        {
            "start": 818292333,
            "stop": 818292348
        },
        {
            "start": 818292365,
            "stop": 818292974
        },
        {
            "start": 818292991,
            "stop": 818293016
        },
        {
            "start": 818293033,
            "stop": 818293143
        },
        {
            "start": 818293161,
            "stop": 818293185
        },
        {
            "start": 818293202,
            "stop": 818294005
        },
        {
            "start": 818294022,
            "stop": 818294072
        },
        {
            "start": 818294089,
            "stop": 818294169
        },
        {
            "start": 818294186,
            "stop": 818294238
        },
        {
            "start": 818294255,
            "stop": 818294347
        },
        {
            "start": 818294364,
            "stop": 818294402
        },
        {
            "start": 818294419,
            "stop": 818294652
        },
        {
            "start": 818294669,
            "stop": 818294707
        },
        {
            "start": 818294724,
            "stop": 818294984
        }
    ]
}