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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=282",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 283,
    "results": [
        {
            "start": 935413434,
            "stop": 935413440
        },
        {
            "start": 935413444,
            "stop": 935413821
        },
        {
            "start": 935416561,
            "stop": 935416984
        },
        {
            "start": 935416986,
            "stop": 935416990
        },
        {
            "start": 935416992,
            "stop": 935416999
        },
        {
            "start": 935417001,
            "stop": 935417024
        },
        {
            "start": 935417026,
            "stop": 935417040
        },
        {
            "start": 935417044,
            "stop": 935419799
        },
        {
            "start": 935422071,
            "stop": 935424163
        },
        {
            "start": 935424166,
            "stop": 935424218
        },
        {
            "start": 935424221,
            "stop": 935424234
        },
        {
            "start": 935424236,
            "stop": 935424242
        },
        {
            "start": 935424246,
            "stop": 935424285
        },
        {
            "start": 935426469,
            "stop": 935427426
        },
        {
            "start": 935432174,
            "stop": 935434962
        },
        {
            "start": 935434965,
            "stop": 935434983
        },
        {
            "start": 935434986,
            "stop": 935435019
        },
        {
            "start": 935435022,
            "stop": 935435036
        },
        {
            "start": 935435040,
            "stop": 935437658
        },
        {
            "start": 935437665,
            "stop": 935438540
        }
    ]
}