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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=270",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 271,
    "results": [
        {
            "start": 818264907,
            "stop": 818264913
        },
        {
            "start": 818281087,
            "stop": 818281110
        },
        {
            "start": 818281140,
            "stop": 818281144
        },
        {
            "start": 818281302,
            "stop": 818281307
        },
        {
            "start": 818294381,
            "stop": 818294611
        },
        {
            "start": 818294648,
            "stop": 818294921
        },
        {
            "start": 818294994,
            "stop": 818295110
        },
        {
            "start": 818295130,
            "stop": 818295162
        },
        {
            "start": 818295181,
            "stop": 818295280
        },
        {
            "start": 818295308,
            "stop": 818295329
        },
        {
            "start": 818295367,
            "stop": 818295371
        },
        {
            "start": 818295391,
            "stop": 818295532
        },
        {
            "start": 818295574,
            "stop": 818295698
        },
        {
            "start": 818295734,
            "stop": 818295745
        },
        {
            "start": 818295769,
            "stop": 818295807
        },
        {
            "start": 818295827,
            "stop": 818295830
        },
        {
            "start": 818295865,
            "stop": 818295928
        },
        {
            "start": 818295949,
            "stop": 818296048
        },
        {
            "start": 818296380,
            "stop": 818296385
        },
        {
            "start": 818296420,
            "stop": 818296624
        }
    ]
}