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=2015
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=2016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2014",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2015,
    "results": [
        {
            "start": 858191482,
            "stop": 858204081
        },
        {
            "start": 858204208,
            "stop": 858206891
        },
        {
            "start": 858208136,
            "stop": 858216930
        },
        {
            "start": 858216990,
            "stop": 858217005
        },
        {
            "start": 858217115,
            "stop": 858217308
        },
        {
            "start": 858218348,
            "stop": 858219355
        },
        {
            "start": 858221428,
            "stop": 858268975
        },
        {
            "start": 858269085,
            "stop": 858269730
        },
        {
            "start": 858270498,
            "stop": 858271909
        },
        {
            "start": 858272143,
            "stop": 858274337
        },
        {
            "start": 858275717,
            "stop": 858291510
        },
        {
            "start": 858293500,
            "stop": 858355827
        },
        {
            "start": 858355835,
            "stop": 858355840
        },
        {
            "start": 858355845,
            "stop": 858355847
        },
        {
            "start": 858355855,
            "stop": 858355860
        },
        {
            "start": 858355865,
            "stop": 858359425
        },
        {
            "start": 858359430,
            "stop": 858360125
        },
        {
            "start": 858360129,
            "stop": 858367590
        },
        {
            "start": 858367650,
            "stop": 858370392
        },
        {
            "start": 858370398,
            "stop": 858370417
        }
    ]
}