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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2013",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2014,
    "results": [
        {
            "start": 858106377,
            "stop": 858106384
        },
        {
            "start": 858106388,
            "stop": 858107288
        },
        {
            "start": 858108937,
            "stop": 858111124
        },
        {
            "start": 858111307,
            "stop": 858112425
        },
        {
            "start": 858112646,
            "stop": 858115358
        },
        {
            "start": 858118326,
            "stop": 858118735
        },
        {
            "start": 858119100,
            "stop": 858119535
        },
        {
            "start": 858119896,
            "stop": 858120450
        },
        {
            "start": 858121057,
            "stop": 858121147
        },
        {
            "start": 858121257,
            "stop": 858121438
        },
        {
            "start": 858121738,
            "stop": 858122129
        },
        {
            "start": 858124830,
            "stop": 858126864
        },
        {
            "start": 858131232,
            "stop": 858132381
        },
        {
            "start": 858132696,
            "stop": 858163410
        },
        {
            "start": 858163470,
            "stop": 858164970
        },
        {
            "start": 858165327,
            "stop": 858178260
        },
        {
            "start": 858178265,
            "stop": 858182897
        },
        {
            "start": 858183102,
            "stop": 858183940
        },
        {
            "start": 858183945,
            "stop": 858185008
        },
        {
            "start": 858186449,
            "stop": 858191286
        }
    ]
}