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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4938",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4939,
    "results": [
        {
            "start": 874342725,
            "stop": 874342742
        },
        {
            "start": 874342788,
            "stop": 874342803
        },
        {
            "start": 874342826,
            "stop": 874342831
        },
        {
            "start": 874342850,
            "stop": 874342852
        },
        {
            "start": 874342911,
            "stop": 874342916
        },
        {
            "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
        }
    ]
}