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=8765
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=8766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8764",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8765,
    "results": [
        {
            "start": 873232600,
            "stop": 873232670
        },
        {
            "start": 873232750,
            "stop": 873233140
        },
        {
            "start": 873233157,
            "stop": 873233308
        },
        {
            "start": 873233325,
            "stop": 873233337
        },
        {
            "start": 873233354,
            "stop": 873233520
        },
        {
            "start": 873233580,
            "stop": 873234370
        },
        {
            "start": 873234389,
            "stop": 873234540
        },
        {
            "start": 873234600,
            "stop": 873234712
        },
        {
            "start": 873234750,
            "stop": 873234951
        },
        {
            "start": 873234968,
            "stop": 873234973
        },
        {
            "start": 873235280,
            "stop": 873235497
        },
        {
            "start": 873235630,
            "stop": 873236127
        },
        {
            "start": 873236295,
            "stop": 873236308
        },
        {
            "start": 873236598,
            "stop": 873236840
        },
        {
            "start": 873236857,
            "stop": 873236976
        },
        {
            "start": 873236993,
            "stop": 873237050
        },
        {
            "start": 873237067,
            "stop": 873237300
        },
        {
            "start": 873237360,
            "stop": 873237650
        },
        {
            "start": 873237790,
            "stop": 873237960
        },
        {
            "start": 873238020,
            "stop": 873238729
        }
    ]
}