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=1913
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=1914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1912",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1913,
    "results": [
        {
            "start": 848308717,
            "stop": 848308726
        },
        {
            "start": 848308727,
            "stop": 848308771
        },
        {
            "start": 848308772,
            "stop": 848308797
        },
        {
            "start": 848308798,
            "stop": 848308803
        },
        {
            "start": 848308804,
            "stop": 848308807
        },
        {
            "start": 848308809,
            "stop": 848308816
        },
        {
            "start": 848308818,
            "stop": 848308821
        },
        {
            "start": 848308822,
            "stop": 848308926
        },
        {
            "start": 848308927,
            "stop": 848308931
        },
        {
            "start": 848308932,
            "stop": 848308935
        },
        {
            "start": 848308936,
            "stop": 848308975
        },
        {
            "start": 848308977,
            "stop": 848309000
        },
        {
            "start": 848309002,
            "stop": 848309019
        },
        {
            "start": 848309023,
            "stop": 848309049
        },
        {
            "start": 848309051,
            "stop": 848309052
        },
        {
            "start": 848309053,
            "stop": 848309069
        },
        {
            "start": 848309071,
            "stop": 848309161
        },
        {
            "start": 848309163,
            "stop": 848309250
        },
        {
            "start": 848309310,
            "stop": 848309322
        },
        {
            "start": 848309327,
            "stop": 848309338
        }
    ]
}