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=3563
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=3564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3562",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3563,
    "results": [
        {
            "start": 871712257,
            "stop": 871712262
        },
        {
            "start": 871712299,
            "stop": 871712679
        },
        {
            "start": 871712696,
            "stop": 871712710
        },
        {
            "start": 871712727,
            "stop": 871713120
        },
        {
            "start": 871713137,
            "stop": 871713280
        },
        {
            "start": 871713299,
            "stop": 871713390
        },
        {
            "start": 871713407,
            "stop": 871713434
        },
        {
            "start": 871713451,
            "stop": 871713798
        },
        {
            "start": 871713815,
            "stop": 871713927
        },
        {
            "start": 871713948,
            "stop": 871714268
        },
        {
            "start": 871714285,
            "stop": 871714293
        },
        {
            "start": 871714310,
            "stop": 871714376
        },
        {
            "start": 871714393,
            "stop": 871714400
        },
        {
            "start": 871714417,
            "stop": 871714432
        },
        {
            "start": 871714449,
            "stop": 871714487
        },
        {
            "start": 871714504,
            "stop": 871714505
        },
        {
            "start": 871714522,
            "stop": 871714526
        },
        {
            "start": 871714543,
            "stop": 871714583
        },
        {
            "start": 871714608,
            "stop": 871714636
        },
        {
            "start": 871714673,
            "stop": 871714778
        }
    ]
}