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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=102",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 103,
    "results": [
        {
            "start": 826368586,
            "stop": 826380793
        },
        {
            "start": 826384559,
            "stop": 826387513
        },
        {
            "start": 826434933,
            "stop": 826439473
        },
        {
            "start": 826439583,
            "stop": 826439713
        },
        {
            "start": 826440013,
            "stop": 826440981
        },
        {
            "start": 826441091,
            "stop": 826443260
        },
        {
            "start": 826443560,
            "stop": 826443851
        },
        {
            "start": 826443961,
            "stop": 826444101
        },
        {
            "start": 826444401,
            "stop": 826445411
        },
        {
            "start": 826445521,
            "stop": 826445576
        },
        {
            "start": 826445876,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826468350
        },
        {
            "start": 826468460,
            "stop": 826468485
        },
        {
            "start": 826469076,
            "stop": 826469833
        },
        {
            "start": 826473302,
            "stop": 826477712
        },
        {
            "start": 826477715,
            "stop": 826478477
        },
        {
            "start": 826481668,
            "stop": 826489449
        },
        {
            "start": 826491598,
            "stop": 826497018
        },
        {
            "start": 826497128,
            "stop": 826497333
        },
        {
            "start": 826497633,
            "stop": 826507294
        }
    ]
}