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=430
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=431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=429",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 430,
    "results": [
        {
            "start": 821772648,
            "stop": 821772650
        },
        {
            "start": 821772653,
            "stop": 821772664
        },
        {
            "start": 821772667,
            "stop": 821772677
        },
        {
            "start": 821772684,
            "stop": 821772688
        },
        {
            "start": 821772692,
            "stop": 821772697
        },
        {
            "start": 821772707,
            "stop": 821772713
        },
        {
            "start": 821772719,
            "stop": 821772727
        },
        {
            "start": 821772733,
            "stop": 821772739
        },
        {
            "start": 821772742,
            "stop": 821772745
        },
        {
            "start": 821772748,
            "stop": 821772759
        },
        {
            "start": 821772767,
            "stop": 821772783
        },
        {
            "start": 821772787,
            "stop": 821772791
        },
        {
            "start": 821772803,
            "stop": 821772804
        },
        {
            "start": 821772808,
            "stop": 821772812
        },
        {
            "start": 821772816,
            "stop": 821772817
        },
        {
            "start": 821772823,
            "stop": 821772824
        },
        {
            "start": 821772827,
            "stop": 821772833
        },
        {
            "start": 821772836,
            "stop": 821772844
        },
        {
            "start": 821772847,
            "stop": 821772852
        },
        {
            "start": 821772855,
            "stop": 821772858
        }
    ]
}