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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=187",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 188,
    "results": [
        {
            "start": 846195064,
            "stop": 846195068
        },
        {
            "start": 846195069,
            "stop": 846195070
        },
        {
            "start": 846195072,
            "stop": 846195075
        },
        {
            "start": 846195077,
            "stop": 846195086
        },
        {
            "start": 846195087,
            "stop": 846195110
        },
        {
            "start": 846195111,
            "stop": 846195151
        },
        {
            "start": 846195153,
            "stop": 846195180
        },
        {
            "start": 846197974,
            "stop": 846198054
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        },
        {
            "start": 846202994,
            "stop": 846255398
        },
        {
            "start": 846255515,
            "stop": 846256563
        },
        {
            "start": 846256572,
            "stop": 846257322
        },
        {
            "start": 846257333,
            "stop": 846257661
        },
        {
            "start": 846257669,
            "stop": 846262078
        },
        {
            "start": 846262103,
            "stop": 846262106
        },
        {
            "start": 846262125,
            "stop": 846262874
        },
        {
            "start": 846262887,
            "stop": 846262897
        },
        {
            "start": 846262924,
            "stop": 846264336
        },
        {
            "start": 846264344,
            "stop": 846264426
        }
    ]
}