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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=311",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 312,
    "results": [
        {
            "start": 822910274,
            "stop": 822910276
        },
        {
            "start": 822910280,
            "stop": 822910341
        },
        {
            "start": 822910344,
            "stop": 822910573
        },
        {
            "start": 822910577,
            "stop": 822910602
        },
        {
            "start": 822910616,
            "stop": 822910655
        },
        {
            "start": 822910658,
            "stop": 822910688
        },
        {
            "start": 822910692,
            "stop": 822910712
        },
        {
            "start": 822910720,
            "stop": 822910759
        },
        {
            "start": 822910763,
            "stop": 822910822
        },
        {
            "start": 822910826,
            "stop": 822910870
        },
        {
            "start": 822910898,
            "stop": 822910913
        },
        {
            "start": 822910922,
            "stop": 822910927
        },
        {
            "start": 822910932,
            "stop": 822910937
        },
        {
            "start": 822910941,
            "stop": 822910956
        },
        {
            "start": 822910965,
            "stop": 822911147
        },
        {
            "start": 822911150,
            "stop": 822912143
        },
        {
            "start": 822912236,
            "stop": 822912376
        },
        {
            "start": 822912379,
            "stop": 822913089
        },
        {
            "start": 822913244,
            "stop": 822913375
        },
        {
            "start": 822913379,
            "stop": 822913389
        }
    ]
}