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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=205",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 206,
    "results": [
        {
            "start": 817694751,
            "stop": 817694754
        },
        {
            "start": 817694785,
            "stop": 817694819
        },
        {
            "start": 817694876,
            "stop": 817694936
        },
        {
            "start": 817695060,
            "stop": 817695087
        },
        {
            "start": 817695165,
            "stop": 817695182
        },
        {
            "start": 817695234,
            "stop": 817695238
        },
        {
            "start": 817695258,
            "stop": 817695277
        },
        {
            "start": 817695363,
            "stop": 817695385
        },
        {
            "start": 817695406,
            "stop": 817695435
        },
        {
            "start": 817695515,
            "stop": 817695526
        },
        {
            "start": 817695574,
            "stop": 817695603
        },
        {
            "start": 817695650,
            "stop": 817695673
        },
        {
            "start": 817695772,
            "stop": 817695773
        },
        {
            "start": 817695948,
            "stop": 817695973
        },
        {
            "start": 817695993,
            "stop": 817696000
        },
        {
            "start": 817696020,
            "stop": 817696155
        },
        {
            "start": 817696239,
            "stop": 817696252
        },
        {
            "start": 817696301,
            "stop": 817696440
        },
        {
            "start": 817696485,
            "stop": 817696534
        },
        {
            "start": 817696667,
            "stop": 817696669
        }
    ]
}