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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=107",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 108,
    "results": [
        {
            "start": 816933202,
            "stop": 816933232
        },
        {
            "start": 816933279,
            "stop": 816933306
        },
        {
            "start": 816933325,
            "stop": 816933386
        },
        {
            "start": 816933454,
            "stop": 816933483
        },
        {
            "start": 816933503,
            "stop": 816933523
        },
        {
            "start": 816933575,
            "stop": 816933578
        },
        {
            "start": 816933685,
            "stop": 816933788
        },
        {
            "start": 816933865,
            "stop": 816933872
        },
        {
            "start": 816933892,
            "stop": 816933907
        },
        {
            "start": 816933948,
            "stop": 816933953
        },
        {
            "start": 816933973,
            "stop": 816933984
        },
        {
            "start": 816934005,
            "stop": 816934008
        },
        {
            "start": 816934029,
            "stop": 816934059
        },
        {
            "start": 816934110,
            "stop": 816934138
        },
        {
            "start": 816934159,
            "stop": 816934164
        },
        {
            "start": 816934290,
            "stop": 816934305
        },
        {
            "start": 816934357,
            "stop": 816934362
        },
        {
            "start": 816934436,
            "stop": 816934495
        },
        {
            "start": 816934514,
            "stop": 816934572
        },
        {
            "start": 816934592,
            "stop": 816934713
        }
    ]
}