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/O2/timelines/L1_BURST_CAT3/segments?format=api&page=358
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=357",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 358,
    "results": [
        {
            "start": 1177525837,
            "stop": 1177525841
        },
        {
            "start": 1177525849,
            "stop": 1177525856
        },
        {
            "start": 1177525862,
            "stop": 1177526117
        },
        {
            "start": 1177526120,
            "stop": 1177526244
        },
        {
            "start": 1177526249,
            "stop": 1177526280
        },
        {
            "start": 1177526284,
            "stop": 1177526288
        },
        {
            "start": 1177526295,
            "stop": 1177526299
        },
        {
            "start": 1177526305,
            "stop": 1177526462
        },
        {
            "start": 1177526464,
            "stop": 1177526473
        },
        {
            "start": 1177526477,
            "stop": 1177526643
        },
        {
            "start": 1177526644,
            "stop": 1177526645
        },
        {
            "start": 1177526646,
            "stop": 1177526736
        },
        {
            "start": 1177526740,
            "stop": 1177526750
        },
        {
            "start": 1177526752,
            "stop": 1177527238
        },
        {
            "start": 1177527242,
            "stop": 1177527250
        },
        {
            "start": 1177527255,
            "stop": 1177527319
        },
        {
            "start": 1177527324,
            "stop": 1177527330
        },
        {
            "start": 1177527335,
            "stop": 1177527341
        },
        {
            "start": 1177527346,
            "stop": 1177527352
        },
        {
            "start": 1177527357,
            "stop": 1177527460
        }
    ]
}