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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4164",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4165,
    "results": [
        {
            "start": 874342937,
            "stop": 874342949
        },
        {
            "start": 874343008,
            "stop": 874343017
        },
        {
            "start": 874343063,
            "stop": 874343067
        },
        {
            "start": 874343163,
            "stop": 874343193
        },
        {
            "start": 874343226,
            "stop": 874343228
        },
        {
            "start": 874343248,
            "stop": 874343265
        },
        {
            "start": 874343324,
            "stop": 874343383
        },
        {
            "start": 874343404,
            "stop": 874343409
        },
        {
            "start": 874343435,
            "stop": 874343453
        },
        {
            "start": 874343504,
            "stop": 874343519
        },
        {
            "start": 874343637,
            "stop": 874343662
        },
        {
            "start": 874343681,
            "stop": 874343698
        },
        {
            "start": 874343732,
            "stop": 874343751
        },
        {
            "start": 874343798,
            "stop": 874343809
        },
        {
            "start": 874343910,
            "stop": 874343912
        },
        {
            "start": 874343973,
            "stop": 874343981
        },
        {
            "start": 874344000,
            "stop": 874344002
        },
        {
            "start": 874344077,
            "stop": 874344108
        },
        {
            "start": 874344127,
            "stop": 874344151
        },
        {
            "start": 874344170,
            "stop": 874344181
        }
    ]
}