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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=285",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 286,
    "results": [
        {
            "start": 820884134,
            "stop": 820884330
        },
        {
            "start": 820885083,
            "stop": 820885543
        },
        {
            "start": 820885546,
            "stop": 820885820
        },
        {
            "start": 820885823,
            "stop": 820886029
        },
        {
            "start": 820886032,
            "stop": 820886075
        },
        {
            "start": 820886078,
            "stop": 820886290
        },
        {
            "start": 820886531,
            "stop": 820886681
        },
        {
            "start": 820886684,
            "stop": 820886765
        },
        {
            "start": 820886768,
            "stop": 820886928
        },
        {
            "start": 820886931,
            "stop": 820886965
        },
        {
            "start": 820888030,
            "stop": 820888254
        },
        {
            "start": 820888374,
            "stop": 820888888
        },
        {
            "start": 820888892,
            "stop": 820889256
        },
        {
            "start": 820889752,
            "stop": 820889815
        },
        {
            "start": 820889935,
            "stop": 820890014
        },
        {
            "start": 820890017,
            "stop": 820890439
        },
        {
            "start": 820890442,
            "stop": 820890631
        },
        {
            "start": 820890648,
            "stop": 820890779
        },
        {
            "start": 820890782,
            "stop": 820890798
        },
        {
            "start": 820890801,
            "stop": 820891301
        }
    ]
}