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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 168,
    "results": [
        {
            "start": 818067017,
            "stop": 818067022
        },
        {
            "start": 818067025,
            "stop": 818067035
        },
        {
            "start": 818067038,
            "stop": 818067060
        },
        {
            "start": 818067183,
            "stop": 818067187
        },
        {
            "start": 818067192,
            "stop": 818067193
        },
        {
            "start": 818067197,
            "stop": 818067235
        },
        {
            "start": 818067238,
            "stop": 818067249
        },
        {
            "start": 818067253,
            "stop": 818067273
        },
        {
            "start": 818067279,
            "stop": 818067280
        },
        {
            "start": 818067285,
            "stop": 818067288
        },
        {
            "start": 818067291,
            "stop": 818067294
        },
        {
            "start": 818067297,
            "stop": 818067313
        },
        {
            "start": 818067317,
            "stop": 818067321
        },
        {
            "start": 818067325,
            "stop": 818067330
        },
        {
            "start": 818067333,
            "stop": 818067341
        },
        {
            "start": 818067344,
            "stop": 818067346
        },
        {
            "start": 818067351,
            "stop": 818067352
        },
        {
            "start": 818067355,
            "stop": 818067375
        },
        {
            "start": 818067378,
            "stop": 818067383
        },
        {
            "start": 818067386,
            "stop": 818067393
        }
    ]
}