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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=169",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 170,
    "results": [
        {
            "start": 818161019,
            "stop": 818161025
        },
        {
            "start": 818161032,
            "stop": 818161040
        },
        {
            "start": 818161046,
            "stop": 818161049
        },
        {
            "start": 818161052,
            "stop": 818161055
        },
        {
            "start": 818161058,
            "stop": 818161079
        },
        {
            "start": 818161084,
            "stop": 818161095
        },
        {
            "start": 818161100,
            "stop": 818161103
        },
        {
            "start": 818161107,
            "stop": 818161121
        },
        {
            "start": 818161124,
            "stop": 818161125
        },
        {
            "start": 818161128,
            "stop": 818161133
        },
        {
            "start": 818161137,
            "stop": 818161144
        },
        {
            "start": 818161148,
            "stop": 818161151
        },
        {
            "start": 818161164,
            "stop": 818161172
        },
        {
            "start": 818161176,
            "stop": 818161178
        },
        {
            "start": 818161181,
            "stop": 818161182
        },
        {
            "start": 818161192,
            "stop": 818161197
        },
        {
            "start": 818161207,
            "stop": 818161213
        },
        {
            "start": 818161216,
            "stop": 818161222
        },
        {
            "start": 818161236,
            "stop": 818161240
        },
        {
            "start": 818161243,
            "stop": 818161256
        }
    ]
}