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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=272",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 273,
    "results": [
        {
            "start": 935193762,
            "stop": 935193785
        },
        {
            "start": 935193787,
            "stop": 935193813
        },
        {
            "start": 935193815,
            "stop": 935193819
        },
        {
            "start": 935193821,
            "stop": 935193828
        },
        {
            "start": 935193830,
            "stop": 935193836
        },
        {
            "start": 935193839,
            "stop": 935194608
        },
        {
            "start": 935195991,
            "stop": 935197336
        },
        {
            "start": 935197338,
            "stop": 935197385
        },
        {
            "start": 935197388,
            "stop": 935197414
        },
        {
            "start": 935197416,
            "stop": 935197420
        },
        {
            "start": 935197422,
            "stop": 935197436
        },
        {
            "start": 935197440,
            "stop": 935199983
        },
        {
            "start": 935199985,
            "stop": 935200960
        },
        {
            "start": 935200962,
            "stop": 935200965
        },
        {
            "start": 935200968,
            "stop": 935200994
        },
        {
            "start": 935200996,
            "stop": 935201014
        },
        {
            "start": 935201016,
            "stop": 935201019
        },
        {
            "start": 935201022,
            "stop": 935201036
        },
        {
            "start": 935201039,
            "stop": 935204536
        },
        {
            "start": 935204539,
            "stop": 935204556
        }
    ]
}