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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7406",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7404",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7405,
    "results": [
        {
            "start": 969814551,
            "stop": 969814569
        },
        {
            "start": 969814572,
            "stop": 969814612
        },
        {
            "start": 969814615,
            "stop": 969814638
        },
        {
            "start": 969816076,
            "stop": 969816107
        },
        {
            "start": 969816298,
            "stop": 969816330
        },
        {
            "start": 969816341,
            "stop": 969816382
        },
        {
            "start": 969816385,
            "stop": 969816398
        },
        {
            "start": 969816406,
            "stop": 969816466
        },
        {
            "start": 969816591,
            "stop": 969816596
        },
        {
            "start": 969826868,
            "stop": 969827099
        },
        {
            "start": 969827102,
            "stop": 969827176
        },
        {
            "start": 969827179,
            "stop": 969827207
        },
        {
            "start": 969827447,
            "stop": 969827465
        },
        {
            "start": 969827468,
            "stop": 969827473
        },
        {
            "start": 969827476,
            "stop": 969827507
        },
        {
            "start": 969827644,
            "stop": 969827661
        },
        {
            "start": 969827664,
            "stop": 969827924
        },
        {
            "start": 969828073,
            "stop": 969828216
        },
        {
            "start": 969828219,
            "stop": 969828227
        },
        {
            "start": 969828407,
            "stop": 969828408
        }
    ]
}