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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=256",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 257,
    "results": [
        {
            "start": 821685693,
            "stop": 821685695
        },
        {
            "start": 821685699,
            "stop": 821685706
        },
        {
            "start": 821685711,
            "stop": 821685729
        },
        {
            "start": 821685732,
            "stop": 821685739
        },
        {
            "start": 821685742,
            "stop": 821685743
        },
        {
            "start": 821685746,
            "stop": 821685751
        },
        {
            "start": 821685756,
            "stop": 821685774
        },
        {
            "start": 821685780,
            "stop": 821685781
        },
        {
            "start": 821685786,
            "stop": 821685788
        },
        {
            "start": 821685791,
            "stop": 821685811
        },
        {
            "start": 821685814,
            "stop": 821685835
        },
        {
            "start": 821685840,
            "stop": 821685841
        },
        {
            "start": 821685846,
            "stop": 821685850
        },
        {
            "start": 821685859,
            "stop": 821685861
        },
        {
            "start": 821685864,
            "stop": 821685875
        },
        {
            "start": 821685882,
            "stop": 821685885
        },
        {
            "start": 821685888,
            "stop": 821685906
        },
        {
            "start": 821685911,
            "stop": 821685917
        },
        {
            "start": 821685920,
            "stop": 821685948
        },
        {
            "start": 821685951,
            "stop": 821685952
        }
    ]
}