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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7335",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7336,
    "results": [
        {
            "start": 969291475,
            "stop": 969291508
        },
        {
            "start": 969291519,
            "stop": 969291539
        },
        {
            "start": 969291544,
            "stop": 969291552
        },
        {
            "start": 969291555,
            "stop": 969291707
        },
        {
            "start": 969292067,
            "stop": 969292217
        },
        {
            "start": 969292238,
            "stop": 969292260
        },
        {
            "start": 969292263,
            "stop": 969292345
        },
        {
            "start": 969292366,
            "stop": 969292406
        },
        {
            "start": 969292409,
            "stop": 969292427
        },
        {
            "start": 969292547,
            "stop": 969292580
        },
        {
            "start": 969292584,
            "stop": 969292667
        },
        {
            "start": 969292727,
            "stop": 969292787
        },
        {
            "start": 969292915,
            "stop": 969292940
        },
        {
            "start": 969292943,
            "stop": 969293002
        },
        {
            "start": 969293023,
            "stop": 969293027
        },
        {
            "start": 969293087,
            "stop": 969293096
        },
        {
            "start": 969293100,
            "stop": 969293172
        },
        {
            "start": 969293175,
            "stop": 969293225
        },
        {
            "start": 969293228,
            "stop": 969293267
        },
        {
            "start": 969293567,
            "stop": 969293654
        }
    ]
}