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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=288",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 289,
    "results": [
        {
            "start": 822192292,
            "stop": 822192334
        },
        {
            "start": 822192351,
            "stop": 822192487
        },
        {
            "start": 822192504,
            "stop": 822192510
        },
        {
            "start": 822192600,
            "stop": 822192902
        },
        {
            "start": 822192919,
            "stop": 822193622
        },
        {
            "start": 822193639,
            "stop": 822194392
        },
        {
            "start": 822194409,
            "stop": 822194437
        },
        {
            "start": 822194454,
            "stop": 822194533
        },
        {
            "start": 822194633,
            "stop": 822196246
        },
        {
            "start": 822196263,
            "stop": 822196651
        },
        {
            "start": 822196668,
            "stop": 822196916
        },
        {
            "start": 822196933,
            "stop": 822197207
        },
        {
            "start": 822197240,
            "stop": 822198084
        },
        {
            "start": 822198101,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822203775
        },
        {
            "start": 822203792,
            "stop": 822203793
        },
        {
            "start": 822203810,
            "stop": 822204425
        },
        {
            "start": 822204442,
            "stop": 822205353
        },
        {
            "start": 822205653,
            "stop": 822205661
        },
        {
            "start": 822205961,
            "stop": 822206273
        }
    ]
}