Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5079
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5078",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5079,
    "results": [
        {
            "start": 874619738,
            "stop": 874619793
        },
        {
            "start": 874619807,
            "stop": 874619831
        },
        {
            "start": 874619838,
            "stop": 874619908
        },
        {
            "start": 874619915,
            "stop": 874620026
        },
        {
            "start": 874620033,
            "stop": 874620048
        },
        {
            "start": 874620056,
            "stop": 874620077
        },
        {
            "start": 874620084,
            "stop": 874620093
        },
        {
            "start": 874620100,
            "stop": 874620122
        },
        {
            "start": 874620129,
            "stop": 874620153
        },
        {
            "start": 874620161,
            "stop": 874620238
        },
        {
            "start": 874620251,
            "stop": 874620265
        },
        {
            "start": 874620272,
            "stop": 874620277
        },
        {
            "start": 874620284,
            "stop": 874620340
        },
        {
            "start": 874620352,
            "stop": 874620394
        },
        {
            "start": 874620402,
            "stop": 874620419
        },
        {
            "start": 874620428,
            "stop": 874620437
        },
        {
            "start": 874620451,
            "stop": 874620454
        },
        {
            "start": 874620462,
            "stop": 874620494
        },
        {
            "start": 874620502,
            "stop": 874620507
        },
        {
            "start": 874620514,
            "stop": 874620525
        }
    ]
}