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=510
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=511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=509",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 510,
    "results": [
        {
            "start": 826969187,
            "stop": 826969194
        },
        {
            "start": 826969244,
            "stop": 826969325
        },
        {
            "start": 826969448,
            "stop": 826969874
        },
        {
            "start": 826969903,
            "stop": 826970267
        },
        {
            "start": 826970327,
            "stop": 826970345
        },
        {
            "start": 826970369,
            "stop": 826970445
        },
        {
            "start": 826970465,
            "stop": 826970475
        },
        {
            "start": 826970505,
            "stop": 826970608
        },
        {
            "start": 826970638,
            "stop": 826970647
        },
        {
            "start": 826970664,
            "stop": 826970712
        },
        {
            "start": 826970741,
            "stop": 826970772
        },
        {
            "start": 826970792,
            "stop": 826970869
        },
        {
            "start": 826970898,
            "stop": 826970905
        },
        {
            "start": 826970955,
            "stop": 826971257
        },
        {
            "start": 826971293,
            "stop": 826971734
        },
        {
            "start": 826971751,
            "stop": 826972576
        },
        {
            "start": 826972593,
            "stop": 826973461
        },
        {
            "start": 826973480,
            "stop": 826973493
        },
        {
            "start": 826973512,
            "stop": 826973623
        },
        {
            "start": 826973642,
            "stop": 826982043
        }
    ]
}