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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=190",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 191,
    "results": [
        {
            "start": 821662965,
            "stop": 821662977
        },
        {
            "start": 821662983,
            "stop": 821663018
        },
        {
            "start": 821663021,
            "stop": 821663031
        },
        {
            "start": 821663034,
            "stop": 821663051
        },
        {
            "start": 821663054,
            "stop": 821663055
        },
        {
            "start": 821663058,
            "stop": 821663071
        },
        {
            "start": 821663074,
            "stop": 821663094
        },
        {
            "start": 821663099,
            "stop": 821663106
        },
        {
            "start": 821663109,
            "stop": 821663115
        },
        {
            "start": 821663118,
            "stop": 821663130
        },
        {
            "start": 821663136,
            "stop": 821663142
        },
        {
            "start": 821663145,
            "stop": 821663162
        },
        {
            "start": 821663165,
            "stop": 821663170
        },
        {
            "start": 821663173,
            "stop": 821663174
        },
        {
            "start": 821663177,
            "stop": 821663180
        },
        {
            "start": 821663183,
            "stop": 821663213
        },
        {
            "start": 821663216,
            "stop": 821663233
        },
        {
            "start": 821663236,
            "stop": 821663244
        },
        {
            "start": 821663247,
            "stop": 821663278
        },
        {
            "start": 821663281,
            "stop": 821663298
        }
    ]
}