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/S6/timelines/L1_CBCHIGH_CAT4/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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=205",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 206,
    "results": [
        {
            "start": 931450792,
            "stop": 931450832
        },
        {
            "start": 931450834,
            "stop": 931450854
        },
        {
            "start": 931450856,
            "stop": 931450859
        },
        {
            "start": 931450862,
            "stop": 931450873
        },
        {
            "start": 931450875,
            "stop": 931450888
        },
        {
            "start": 931450890,
            "stop": 931450911
        },
        {
            "start": 931450913,
            "stop": 931450920
        },
        {
            "start": 931450926,
            "stop": 931450927
        },
        {
            "start": 931450929,
            "stop": 931450938
        },
        {
            "start": 931450940,
            "stop": 931450941
        },
        {
            "start": 931450943,
            "stop": 931450950
        },
        {
            "start": 931450952,
            "stop": 931450955
        },
        {
            "start": 931450958,
            "stop": 931450965
        },
        {
            "start": 931450967,
            "stop": 931450976
        },
        {
            "start": 931450978,
            "stop": 931450980
        },
        {
            "start": 931450982,
            "stop": 931450990
        },
        {
            "start": 931450993,
            "stop": 931451005
        },
        {
            "start": 931451007,
            "stop": 931451009
        },
        {
            "start": 931451011,
            "stop": 931451012
        },
        {
            "start": 931451014,
            "stop": 931451018
        }
    ]
}