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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=257",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 258,
    "results": [
        {
            "start": 818226051,
            "stop": 818226053
        },
        {
            "start": 818226056,
            "stop": 818226057
        },
        {
            "start": 818226066,
            "stop": 818226068
        },
        {
            "start": 818226092,
            "stop": 818226093
        },
        {
            "start": 818226099,
            "stop": 818226100
        },
        {
            "start": 818226105,
            "stop": 818226106
        },
        {
            "start": 818226111,
            "stop": 818226112
        },
        {
            "start": 818226119,
            "stop": 818226126
        },
        {
            "start": 818226137,
            "stop": 818226138
        },
        {
            "start": 818226146,
            "stop": 818226148
        },
        {
            "start": 818226156,
            "stop": 818226163
        },
        {
            "start": 818226176,
            "stop": 818226178
        },
        {
            "start": 818226182,
            "stop": 818226184
        },
        {
            "start": 818226190,
            "stop": 818226193
        },
        {
            "start": 818226199,
            "stop": 818226200
        },
        {
            "start": 818226205,
            "stop": 818226206
        },
        {
            "start": 818226217,
            "stop": 818226218
        },
        {
            "start": 818226221,
            "stop": 818226223
        },
        {
            "start": 818226233,
            "stop": 818226234
        },
        {
            "start": 818226252,
            "stop": 818226254
        }
    ]
}