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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=398",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 399,
    "results": [
        {
            "start": 829638899,
            "stop": 829638946
        },
        {
            "start": 829638948,
            "stop": 829639032
        },
        {
            "start": 829639034,
            "stop": 829639040
        },
        {
            "start": 829639042,
            "stop": 829639076
        },
        {
            "start": 829639078,
            "stop": 829639132
        },
        {
            "start": 829639134,
            "stop": 829639277
        },
        {
            "start": 829639279,
            "stop": 829639286
        },
        {
            "start": 829639288,
            "stop": 829639308
        },
        {
            "start": 829639310,
            "stop": 829639357
        },
        {
            "start": 829639359,
            "stop": 829653466
        },
        {
            "start": 829656247,
            "stop": 829669460
        },
        {
            "start": 829669760,
            "stop": 829672679
        },
        {
            "start": 829672682,
            "stop": 829677857
        },
        {
            "start": 829677863,
            "stop": 829677877
        },
        {
            "start": 829677883,
            "stop": 829678010
        },
        {
            "start": 829678015,
            "stop": 829701630
        },
        {
            "start": 829701690,
            "stop": 829701812
        },
        {
            "start": 829701922,
            "stop": 829702352
        },
        {
            "start": 829702358,
            "stop": 829702954
        },
        {
            "start": 829703468,
            "stop": 829703593
        }
    ]
}