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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=287",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 288,
    "results": [
        {
            "start": 818399362,
            "stop": 818400406
        },
        {
            "start": 818400425,
            "stop": 818400647
        },
        {
            "start": 818400668,
            "stop": 818401078
        },
        {
            "start": 818401098,
            "stop": 818401835
        },
        {
            "start": 818401855,
            "stop": 818402012
        },
        {
            "start": 818402032,
            "stop": 818403246
        },
        {
            "start": 818403266,
            "stop": 818403496
        },
        {
            "start": 818403517,
            "stop": 818403883
        },
        {
            "start": 818403905,
            "stop": 818405000
        },
        {
            "start": 818405020,
            "stop": 818405159
        },
        {
            "start": 818405179,
            "stop": 818405334
        },
        {
            "start": 818405363,
            "stop": 818405825
        },
        {
            "start": 818405846,
            "stop": 818406203
        },
        {
            "start": 818406323,
            "stop": 818407719
        },
        {
            "start": 818407738,
            "stop": 818408371
        },
        {
            "start": 818408392,
            "stop": 818408730
        },
        {
            "start": 818410639,
            "stop": 818410670
        },
        {
            "start": 818410690,
            "stop": 818411044
        },
        {
            "start": 818411063,
            "stop": 818411316
        },
        {
            "start": 818411336,
            "stop": 818411374
        }
    ]
}