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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=233",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 234,
    "results": [
        {
            "start": 934426937,
            "stop": 934426954
        },
        {
            "start": 934426956,
            "stop": 934426967
        },
        {
            "start": 934426969,
            "stop": 934426983
        },
        {
            "start": 934426986,
            "stop": 934426989
        },
        {
            "start": 934426992,
            "stop": 934427017
        },
        {
            "start": 934427019,
            "stop": 934427033
        },
        {
            "start": 934427037,
            "stop": 934430534
        },
        {
            "start": 934430536,
            "stop": 934430583
        },
        {
            "start": 934430585,
            "stop": 934430610
        },
        {
            "start": 934430612,
            "stop": 934430616
        },
        {
            "start": 934430618,
            "stop": 934430632
        },
        {
            "start": 934430637,
            "stop": 934431920
        },
        {
            "start": 934431926,
            "stop": 934434159
        },
        {
            "start": 934434161,
            "stop": 934434164
        },
        {
            "start": 934434167,
            "stop": 934434184
        },
        {
            "start": 934434186,
            "stop": 934434209
        },
        {
            "start": 934434212,
            "stop": 934434217
        },
        {
            "start": 934434219,
            "stop": 934434233
        },
        {
            "start": 934434237,
            "stop": 934437734
        },
        {
            "start": 934437737,
            "stop": 934437757
        }
    ]
}