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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 183,
    "results": [
        {
            "start": 818076503,
            "stop": 818076505
        },
        {
            "start": 818076509,
            "stop": 818076511
        },
        {
            "start": 818076514,
            "stop": 818076515
        },
        {
            "start": 818076521,
            "stop": 818076522
        },
        {
            "start": 818076525,
            "stop": 818076527
        },
        {
            "start": 818076537,
            "stop": 818076539
        },
        {
            "start": 818076600,
            "stop": 818076605
        },
        {
            "start": 818076611,
            "stop": 818076613
        },
        {
            "start": 818076630,
            "stop": 818076633
        },
        {
            "start": 818076636,
            "stop": 818076649
        },
        {
            "start": 818076652,
            "stop": 818076655
        },
        {
            "start": 818076658,
            "stop": 818076659
        },
        {
            "start": 818076662,
            "stop": 818076663
        },
        {
            "start": 818076667,
            "stop": 818076669
        },
        {
            "start": 818076675,
            "stop": 818076679
        },
        {
            "start": 818076690,
            "stop": 818076695
        },
        {
            "start": 818076698,
            "stop": 818076699
        },
        {
            "start": 818076702,
            "stop": 818076703
        },
        {
            "start": 818076716,
            "stop": 818076718
        },
        {
            "start": 818076723,
            "stop": 818076725
        }
    ]
}