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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 193,
    "results": [
        {
            "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": 818161221
        },
        {
            "start": 818161236,
            "stop": 818161240
        },
        {
            "start": 818161243,
            "stop": 818161256
        },
        {
            "start": 818161262,
            "stop": 818161274
        },
        {
            "start": 818167640,
            "stop": 818167641
        },
        {
            "start": 818167648,
            "stop": 818167649
        },
        {
            "start": 818167659,
            "stop": 818167663
        },
        {
            "start": 818167669,
            "stop": 818167670
        },
        {
            "start": 818167700,
            "stop": 818167703
        },
        {
            "start": 818167717,
            "stop": 818167718
        },
        {
            "start": 818167733,
            "stop": 818167734
        },
        {
            "start": 818167750,
            "stop": 818167751
        }
    ]
}