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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=512",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 513,
    "results": [
        {
            "start": 1184754213,
            "stop": 1184754214
        },
        {
            "start": 1184754218,
            "stop": 1184754221
        },
        {
            "start": 1184754223,
            "stop": 1184754245
        },
        {
            "start": 1184754247,
            "stop": 1184754249
        },
        {
            "start": 1184754328,
            "stop": 1184754330
        },
        {
            "start": 1184754335,
            "stop": 1184754370
        },
        {
            "start": 1184754376,
            "stop": 1184754481
        },
        {
            "start": 1184754484,
            "stop": 1184754563
        },
        {
            "start": 1184754565,
            "stop": 1184754566
        },
        {
            "start": 1184754576,
            "stop": 1184754577
        },
        {
            "start": 1184754579,
            "stop": 1184754580
        },
        {
            "start": 1184754582,
            "stop": 1184754876
        },
        {
            "start": 1184754878,
            "stop": 1184754881
        },
        {
            "start": 1184754900,
            "stop": 1184754902
        },
        {
            "start": 1184754925,
            "stop": 1184754926
        },
        {
            "start": 1184754931,
            "stop": 1184754936
        },
        {
            "start": 1184754951,
            "stop": 1184754955
        },
        {
            "start": 1184754958,
            "stop": 1184754960
        },
        {
            "start": 1184754969,
            "stop": 1184754975
        },
        {
            "start": 1184754977,
            "stop": 1184754987
        }
    ]
}