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_CBCLOW_CAT3/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/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=285",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 286,
    "results": [
        {
            "start": 935142796,
            "stop": 935142808
        },
        {
            "start": 935142811,
            "stop": 935142838
        },
        {
            "start": 935142842,
            "stop": 935142853
        },
        {
            "start": 935142856,
            "stop": 935142944
        },
        {
            "start": 935142946,
            "stop": 935142991
        },
        {
            "start": 935142994,
            "stop": 935143215
        },
        {
            "start": 935143455,
            "stop": 935143801
        },
        {
            "start": 935143806,
            "stop": 935144297
        },
        {
            "start": 935144299,
            "stop": 935145811
        },
        {
            "start": 935145814,
            "stop": 935145842
        },
        {
            "start": 935145844,
            "stop": 935146756
        },
        {
            "start": 935146758,
            "stop": 935146815
        },
        {
            "start": 935147055,
            "stop": 935147069
        },
        {
            "start": 935147072,
            "stop": 935147129
        },
        {
            "start": 935147131,
            "stop": 935147370
        },
        {
            "start": 935147372,
            "stop": 935148990
        },
        {
            "start": 935148992,
            "stop": 935149184
        },
        {
            "start": 935149187,
            "stop": 935149860
        },
        {
            "start": 935149862,
            "stop": 935149965
        },
        {
            "start": 935149967,
            "stop": 935150415
        }
    ]
}