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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=166",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 167,
    "results": [
        {
            "start": 820178330,
            "stop": 820178543
        },
        {
            "start": 820178550,
            "stop": 820178571
        },
        {
            "start": 820178578,
            "stop": 820178746
        },
        {
            "start": 820178753,
            "stop": 820178830
        },
        {
            "start": 820178837,
            "stop": 820178892
        },
        {
            "start": 820178899,
            "stop": 820178963
        },
        {
            "start": 820178970,
            "stop": 820179036
        },
        {
            "start": 820179043,
            "stop": 820179195
        },
        {
            "start": 820179203,
            "stop": 820179288
        },
        {
            "start": 820179295,
            "stop": 820179358
        },
        {
            "start": 820179365,
            "stop": 820179698
        },
        {
            "start": 820179705,
            "stop": 820180280
        },
        {
            "start": 820180287,
            "stop": 820180623
        },
        {
            "start": 820180630,
            "stop": 820180674
        },
        {
            "start": 820180682,
            "stop": 820180768
        },
        {
            "start": 820180775,
            "stop": 820180936
        },
        {
            "start": 820180943,
            "stop": 820181253
        },
        {
            "start": 820181261,
            "stop": 820181370
        },
        {
            "start": 820181378,
            "stop": 820181793
        },
        {
            "start": 820181800,
            "stop": 820181849
        }
    ]
}