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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=272",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 273,
    "results": [
        {
            "start": 850063816,
            "stop": 850063822
        },
        {
            "start": 850063826,
            "stop": 850063857
        },
        {
            "start": 850063860,
            "stop": 850064008
        },
        {
            "start": 850064012,
            "stop": 850064023
        },
        {
            "start": 850064026,
            "stop": 850064270
        },
        {
            "start": 850064273,
            "stop": 850064366
        },
        {
            "start": 850064374,
            "stop": 850064381
        },
        {
            "start": 850064398,
            "stop": 850064405
        },
        {
            "start": 850064409,
            "stop": 850064429
        },
        {
            "start": 850064433,
            "stop": 850064517
        },
        {
            "start": 850064536,
            "stop": 850064615
        },
        {
            "start": 850064625,
            "stop": 850064879
        },
        {
            "start": 850064902,
            "stop": 850065232
        },
        {
            "start": 850065245,
            "stop": 850065281
        },
        {
            "start": 850065285,
            "stop": 850065296
        },
        {
            "start": 850065309,
            "stop": 850065315
        },
        {
            "start": 850065319,
            "stop": 850065324
        },
        {
            "start": 850065333,
            "stop": 850065363
        },
        {
            "start": 850065376,
            "stop": 850065534
        },
        {
            "start": 850065543,
            "stop": 850065560
        }
    ]
}