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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=385",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 386,
    "results": [
        {
            "start": 935143387,
            "stop": 935143413
        },
        {
            "start": 935143415,
            "stop": 935143418
        },
        {
            "start": 935143421,
            "stop": 935143435
        },
        {
            "start": 935143440,
            "stop": 935146959
        },
        {
            "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
        }
    ]
}