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=8676
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=8677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8675",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8676,
    "results": [
        {
            "start": 871842200,
            "stop": 871842217
        },
        {
            "start": 871842235,
            "stop": 871842271
        },
        {
            "start": 871842288,
            "stop": 871842310
        },
        {
            "start": 871842327,
            "stop": 871842328
        },
        {
            "start": 871842345,
            "stop": 871842362
        },
        {
            "start": 871842380,
            "stop": 871842473
        },
        {
            "start": 871842490,
            "stop": 871842546
        },
        {
            "start": 871842691,
            "stop": 871842736
        },
        {
            "start": 871842753,
            "stop": 871842761
        },
        {
            "start": 871842778,
            "stop": 871842895
        },
        {
            "start": 871842976,
            "stop": 871843280
        },
        {
            "start": 871843400,
            "stop": 871844712
        },
        {
            "start": 871844729,
            "stop": 871845540
        },
        {
            "start": 871845742,
            "stop": 871846860
        },
        {
            "start": 871846920,
            "stop": 871847450
        },
        {
            "start": 871847553,
            "stop": 871847555
        },
        {
            "start": 871847590,
            "stop": 871847846
        },
        {
            "start": 871847947,
            "stop": 871849140
        },
        {
            "start": 871849260,
            "stop": 871849493
        },
        {
            "start": 871849510,
            "stop": 871849520
        }
    ]
}