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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3447",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3448,
    "results": [
        {
            "start": 969824554,
            "stop": 969824567
        },
        {
            "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": 969827627,
            "stop": 969827628
        },
        {
            "start": 969827644,
            "stop": 969827661
        },
        {
            "start": 969827664,
            "stop": 969827924
        },
        {
            "start": 969828073,
            "stop": 969828216
        },
        {
            "start": 969828219,
            "stop": 969828227
        },
        {
            "start": 969828407,
            "stop": 969828408
        },
        {
            "start": 969828412,
            "stop": 969828423
        },
        {
            "start": 969828428,
            "stop": 969828441
        },
        {
            "start": 969828444,
            "stop": 969828483
        },
        {
            "start": 969828494,
            "stop": 969828518
        },
        {
            "start": 969828519,
            "stop": 969828528
        },
        {
            "start": 969828531,
            "stop": 969828620
        },
        {
            "start": 969828652,
            "stop": 969828767
        }
    ]
}