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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=365",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 366,
    "results": [
        {
            "start": 823080023,
            "stop": 823080025
        },
        {
            "start": 823080028,
            "stop": 823080046
        },
        {
            "start": 823080050,
            "stop": 823080059
        },
        {
            "start": 823080062,
            "stop": 823080174
        },
        {
            "start": 823080177,
            "stop": 823080179
        },
        {
            "start": 823080182,
            "stop": 823080188
        },
        {
            "start": 823080191,
            "stop": 823080208
        },
        {
            "start": 823080212,
            "stop": 823080236
        },
        {
            "start": 823080239,
            "stop": 823080277
        },
        {
            "start": 823080281,
            "stop": 823080289
        },
        {
            "start": 823162635,
            "stop": 823162664
        },
        {
            "start": 823167164,
            "stop": 823167175
        },
        {
            "start": 823167179,
            "stop": 823167260
        },
        {
            "start": 823167263,
            "stop": 823167324
        },
        {
            "start": 823167328,
            "stop": 823167416
        },
        {
            "start": 823167419,
            "stop": 823167640
        },
        {
            "start": 823167644,
            "stop": 823167787
        },
        {
            "start": 823167791,
            "stop": 823167796
        },
        {
            "start": 823167799,
            "stop": 823167801
        },
        {
            "start": 823167804,
            "stop": 823167967
        }
    ]
}