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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=632",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 633,
    "results": [
        {
            "start": 843855511,
            "stop": 843855556
        },
        {
            "start": 843855557,
            "stop": 843855581
        },
        {
            "start": 843855583,
            "stop": 843855591
        },
        {
            "start": 843864162,
            "stop": 843864942
        },
        {
            "start": 843864943,
            "stop": 843871085
        },
        {
            "start": 843871088,
            "stop": 843886688
        },
        {
            "start": 843889175,
            "stop": 843894044
        },
        {
            "start": 843894045,
            "stop": 843896746
        },
        {
            "start": 843896748,
            "stop": 843901993
        },
        {
            "start": 843903770,
            "stop": 843906313
        },
        {
            "start": 843908454,
            "stop": 843910232
        },
        {
            "start": 843910239,
            "stop": 843912253
        },
        {
            "start": 843912868,
            "stop": 843921428
        },
        {
            "start": 843947018,
            "stop": 843947227
        },
        {
            "start": 843947228,
            "stop": 843947229
        },
        {
            "start": 843947230,
            "stop": 843947380
        },
        {
            "start": 843947381,
            "stop": 843947704
        },
        {
            "start": 843947705,
            "stop": 843948858
        },
        {
            "start": 843948859,
            "stop": 843948901
        },
        {
            "start": 843948902,
            "stop": 843949082
        }
    ]
}