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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=329",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 330,
    "results": [
        {
            "start": 821749702,
            "stop": 821749703
        },
        {
            "start": 821749706,
            "stop": 821749714
        },
        {
            "start": 821749717,
            "stop": 821749722
        },
        {
            "start": 821749725,
            "stop": 821749731
        },
        {
            "start": 821749734,
            "stop": 821749737
        },
        {
            "start": 821749744,
            "stop": 821749762
        },
        {
            "start": 821749767,
            "stop": 821749768
        },
        {
            "start": 821749771,
            "stop": 821749772
        },
        {
            "start": 821749775,
            "stop": 821749795
        },
        {
            "start": 821749798,
            "stop": 821749812
        },
        {
            "start": 821749815,
            "stop": 821749823
        },
        {
            "start": 821749826,
            "stop": 821749832
        },
        {
            "start": 821749835,
            "stop": 821749836
        },
        {
            "start": 821749843,
            "stop": 821749848
        },
        {
            "start": 821749853,
            "stop": 821749856
        },
        {
            "start": 821749859,
            "stop": 821749860
        },
        {
            "start": 821749866,
            "stop": 821749867
        },
        {
            "start": 821749871,
            "stop": 821749876
        },
        {
            "start": 821749879,
            "stop": 821749880
        },
        {
            "start": 821749895,
            "stop": 821749896
        }
    ]
}