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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=390",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 391,
    "results": [
        {
            "start": 818368690,
            "stop": 818368728
        },
        {
            "start": 818368731,
            "stop": 818368732
        },
        {
            "start": 818368735,
            "stop": 818368823
        },
        {
            "start": 818368826,
            "stop": 818368838
        },
        {
            "start": 818368841,
            "stop": 818368927
        },
        {
            "start": 818368930,
            "stop": 818369282
        },
        {
            "start": 818369285,
            "stop": 818369343
        },
        {
            "start": 818369346,
            "stop": 818369461
        },
        {
            "start": 818369464,
            "stop": 818369468
        },
        {
            "start": 818369471,
            "stop": 818369524
        },
        {
            "start": 818369527,
            "stop": 818369533
        },
        {
            "start": 818369536,
            "stop": 818369638
        },
        {
            "start": 818369641,
            "stop": 818369804
        },
        {
            "start": 818369809,
            "stop": 818369812
        },
        {
            "start": 818369817,
            "stop": 818370074
        },
        {
            "start": 818370077,
            "stop": 818370102
        },
        {
            "start": 818370105,
            "stop": 818370118
        },
        {
            "start": 818370121,
            "stop": 818370154
        },
        {
            "start": 818370160,
            "stop": 818370188
        },
        {
            "start": 818370195,
            "stop": 818370215
        }
    ]
}