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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=104",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 105,
    "results": [
        {
            "start": 816933036,
            "stop": 816933046
        },
        {
            "start": 816933080,
            "stop": 816933121
        },
        {
            "start": 816933142,
            "stop": 816933167
        },
        {
            "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": 816933720,
            "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": 816934159,
            "stop": 816934164
        },
        {
            "start": 816934290,
            "stop": 816934305
        },
        {
            "start": 816934357,
            "stop": 816934362
        },
        {
            "start": 816934440,
            "stop": 816934495
        }
    ]
}