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=7113
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=7114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7112",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7113,
    "results": [
        {
            "start": 874680149,
            "stop": 874680893
        },
        {
            "start": 874680894,
            "stop": 874680911
        },
        {
            "start": 874680912,
            "stop": 874681623
        },
        {
            "start": 874681625,
            "stop": 874681742
        },
        {
            "start": 874681745,
            "stop": 874682028
        },
        {
            "start": 874682033,
            "stop": 874682184
        },
        {
            "start": 874682185,
            "stop": 874682261
        },
        {
            "start": 874682262,
            "stop": 874682412
        },
        {
            "start": 874682415,
            "stop": 874682686
        },
        {
            "start": 874682687,
            "stop": 874682692
        },
        {
            "start": 874682774,
            "stop": 874683097
        },
        {
            "start": 874683098,
            "stop": 874683121
        },
        {
            "start": 874683122,
            "stop": 874683145
        },
        {
            "start": 874683146,
            "stop": 874683429
        },
        {
            "start": 874683576,
            "stop": 874683609
        },
        {
            "start": 874683610,
            "stop": 874683834
        },
        {
            "start": 874683835,
            "stop": 874684027
        },
        {
            "start": 874684028,
            "stop": 874684077
        },
        {
            "start": 874684080,
            "stop": 874684145
        },
        {
            "start": 874684148,
            "stop": 874684179
        }
    ]
}