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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=271",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 272,
    "results": [
        {
            "start": 856402280,
            "stop": 856411001
        },
        {
            "start": 856411508,
            "stop": 856414625
        },
        {
            "start": 856414925,
            "stop": 856431564
        },
        {
            "start": 856431586,
            "stop": 856436075
        },
        {
            "start": 856437403,
            "stop": 856438183
        },
        {
            "start": 856438483,
            "stop": 856451143
        },
        {
            "start": 856453273,
            "stop": 856453631
        },
        {
            "start": 856453931,
            "stop": 856466250
        },
        {
            "start": 856466310,
            "stop": 856466328
        },
        {
            "start": 856466644,
            "stop": 856466657
        },
        {
            "start": 856467288,
            "stop": 856471173
        },
        {
            "start": 856472161,
            "stop": 856481490
        },
        {
            "start": 856481550,
            "stop": 856500713
        },
        {
            "start": 856501197,
            "stop": 856501343
        },
        {
            "start": 856501453,
            "stop": 856502176
        },
        {
            "start": 856502963,
            "stop": 856503021
        },
        {
            "start": 856503628,
            "stop": 856503925
        },
        {
            "start": 856504225,
            "stop": 856504535
        },
        {
            "start": 856504645,
            "stop": 856505224
        },
        {
            "start": 856505965,
            "stop": 856506138
        }
    ]
}