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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=293",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 294,
    "results": [
        {
            "start": 847621678,
            "stop": 847621717
        },
        {
            "start": 847621718,
            "stop": 847621720
        },
        {
            "start": 847621721,
            "stop": 847621742
        },
        {
            "start": 847621743,
            "stop": 847621759
        },
        {
            "start": 847621760,
            "stop": 847621848
        },
        {
            "start": 847621849,
            "stop": 847621890
        },
        {
            "start": 847621891,
            "stop": 847621998
        },
        {
            "start": 847622000,
            "stop": 847622018
        },
        {
            "start": 847622019,
            "stop": 847622046
        },
        {
            "start": 847622047,
            "stop": 847622135
        },
        {
            "start": 847622136,
            "stop": 847622143
        },
        {
            "start": 847622144,
            "stop": 847622145
        },
        {
            "start": 847622146,
            "stop": 847622232
        },
        {
            "start": 847622233,
            "stop": 847622306
        },
        {
            "start": 847622307,
            "stop": 847622456
        },
        {
            "start": 847622756,
            "stop": 847622763
        },
        {
            "start": 847622764,
            "stop": 847622782
        },
        {
            "start": 847622784,
            "stop": 847622859
        },
        {
            "start": 847622860,
            "stop": 847622912
        },
        {
            "start": 847622913,
            "stop": 847622940
        }
    ]
}