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=6931
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=6932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6930",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6931,
    "results": [
        {
            "start": 873721077,
            "stop": 873721078
        },
        {
            "start": 873721079,
            "stop": 873721082
        },
        {
            "start": 873721084,
            "stop": 873721090
        },
        {
            "start": 873721104,
            "stop": 873721106
        },
        {
            "start": 873721109,
            "stop": 873721111
        },
        {
            "start": 873721112,
            "stop": 873721117
        },
        {
            "start": 873721118,
            "stop": 873721119
        },
        {
            "start": 873721120,
            "stop": 873721123
        },
        {
            "start": 873721127,
            "stop": 873721129
        },
        {
            "start": 873721130,
            "stop": 873721135
        },
        {
            "start": 873721136,
            "stop": 873721137
        },
        {
            "start": 873721150,
            "stop": 873721156
        },
        {
            "start": 873721165,
            "stop": 873721168
        },
        {
            "start": 873721171,
            "stop": 873721178
        },
        {
            "start": 873721179,
            "stop": 873721195
        },
        {
            "start": 873721199,
            "stop": 873721201
        },
        {
            "start": 873721203,
            "stop": 873721208
        },
        {
            "start": 873721209,
            "stop": 873721214
        },
        {
            "start": 873721216,
            "stop": 873721224
        },
        {
            "start": 873721225,
            "stop": 873721228
        }
    ]
}