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=4672
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=4673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4671",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4672,
    "results": [
        {
            "start": 874311841,
            "stop": 874311920
        },
        {
            "start": 874311939,
            "stop": 874312014
        },
        {
            "start": 874312034,
            "stop": 874312075
        },
        {
            "start": 874312094,
            "stop": 874312166
        },
        {
            "start": 874312185,
            "stop": 874312333
        },
        {
            "start": 874312352,
            "stop": 874312379
        },
        {
            "start": 874312416,
            "stop": 874312497
        },
        {
            "start": 874312531,
            "stop": 874312571
        },
        {
            "start": 874312590,
            "stop": 874312613
        },
        {
            "start": 874312632,
            "stop": 874312685
        },
        {
            "start": 874312709,
            "stop": 874312743
        },
        {
            "start": 874312763,
            "stop": 874312852
        },
        {
            "start": 874312871,
            "stop": 874313082
        },
        {
            "start": 874313101,
            "stop": 874313102
        },
        {
            "start": 874313121,
            "stop": 874313177
        },
        {
            "start": 874313196,
            "stop": 874313224
        },
        {
            "start": 874313243,
            "stop": 874313306
        },
        {
            "start": 874321860,
            "stop": 874321920
        },
        {
            "start": 874322100,
            "stop": 874322400
        },
        {
            "start": 874322460,
            "stop": 874323059
        }
    ]
}