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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=296",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 297,
    "results": [
        {
            "start": 821715850,
            "stop": 821715883
        },
        {
            "start": 821715888,
            "stop": 821715999
        },
        {
            "start": 821716002,
            "stop": 821716003
        },
        {
            "start": 821716008,
            "stop": 821716022
        },
        {
            "start": 821716025,
            "stop": 821716049
        },
        {
            "start": 821716053,
            "stop": 821716056
        },
        {
            "start": 821716062,
            "stop": 821716077
        },
        {
            "start": 821716080,
            "stop": 821716110
        },
        {
            "start": 821716113,
            "stop": 821716187
        },
        {
            "start": 821716190,
            "stop": 821716388
        },
        {
            "start": 821716391,
            "stop": 821716413
        },
        {
            "start": 821716416,
            "stop": 821716476
        },
        {
            "start": 821716479,
            "stop": 821716609
        },
        {
            "start": 821716612,
            "stop": 821716625
        },
        {
            "start": 821716628,
            "stop": 821716652
        },
        {
            "start": 821716655,
            "stop": 821716754
        },
        {
            "start": 821716757,
            "stop": 821716762
        },
        {
            "start": 821716765,
            "stop": 821716768
        },
        {
            "start": 821716771,
            "stop": 821716779
        },
        {
            "start": 821716782,
            "stop": 821716786
        }
    ]
}