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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=268",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 269,
    "results": [
        {
            "start": 935146961,
            "stop": 935146966
        },
        {
            "start": 935146971,
            "stop": 935146985
        },
        {
            "start": 935146987,
            "stop": 935146993
        },
        {
            "start": 935146996,
            "stop": 935147013
        },
        {
            "start": 935147015,
            "stop": 935147018
        },
        {
            "start": 935147021,
            "stop": 935147027
        },
        {
            "start": 935147030,
            "stop": 935147036
        },
        {
            "start": 935147039,
            "stop": 935150536
        },
        {
            "start": 935150538,
            "stop": 935150558
        },
        {
            "start": 935150561,
            "stop": 935150565
        },
        {
            "start": 935150570,
            "stop": 935150585
        },
        {
            "start": 935150587,
            "stop": 935150613
        },
        {
            "start": 935150615,
            "stop": 935150619
        },
        {
            "start": 935150621,
            "stop": 935150636
        },
        {
            "start": 935150640,
            "stop": 935154196
        },
        {
            "start": 935154198,
            "stop": 935154215
        },
        {
            "start": 935154217,
            "stop": 935154221
        },
        {
            "start": 935154223,
            "stop": 935154228
        },
        {
            "start": 935154231,
            "stop": 935154237
        },
        {
            "start": 935154242,
            "stop": 935155199
        }
    ]
}