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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=368",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 369,
    "results": [
        {
            "start": 818864950,
            "stop": 818864991
        },
        {
            "start": 818865022,
            "stop": 818865025
        },
        {
            "start": 818865080,
            "stop": 818865086
        },
        {
            "start": 818865157,
            "stop": 818865194
        },
        {
            "start": 818865339,
            "stop": 818865349
        },
        {
            "start": 818865492,
            "stop": 818865497
        },
        {
            "start": 818865549,
            "stop": 818865551
        },
        {
            "start": 818865579,
            "stop": 818865605
        },
        {
            "start": 818865625,
            "stop": 818865638
        },
        {
            "start": 818865688,
            "stop": 818865698
        },
        {
            "start": 818865719,
            "stop": 818865742
        },
        {
            "start": 818865764,
            "stop": 818865791
        },
        {
            "start": 818865885,
            "stop": 818865900
        },
        {
            "start": 818865929,
            "stop": 818865946
        },
        {
            "start": 818866163,
            "stop": 818866180
        },
        {
            "start": 818866201,
            "stop": 818866209
        },
        {
            "start": 818866282,
            "stop": 818866290
        },
        {
            "start": 818867670,
            "stop": 818867697
        },
        {
            "start": 818867838,
            "stop": 818867852
        },
        {
            "start": 818867889,
            "stop": 818867897
        }
    ]
}