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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=362",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 363,
    "results": [
        {
            "start": 821485948,
            "stop": 821485952
        },
        {
            "start": 821485955,
            "stop": 821485974
        },
        {
            "start": 821485977,
            "stop": 821486060
        },
        {
            "start": 821486063,
            "stop": 821486209
        },
        {
            "start": 821486219,
            "stop": 821486228
        },
        {
            "start": 821486234,
            "stop": 821486454
        },
        {
            "start": 821486457,
            "stop": 821486492
        },
        {
            "start": 821486495,
            "stop": 821486586
        },
        {
            "start": 821487036,
            "stop": 821487056
        },
        {
            "start": 821487059,
            "stop": 821487089
        },
        {
            "start": 821487096,
            "stop": 821487176
        },
        {
            "start": 821487183,
            "stop": 821487230
        },
        {
            "start": 821487233,
            "stop": 821487335
        },
        {
            "start": 821487342,
            "stop": 821487408
        },
        {
            "start": 821487411,
            "stop": 821487522
        },
        {
            "start": 821487529,
            "stop": 821487620
        },
        {
            "start": 821487628,
            "stop": 821487751
        },
        {
            "start": 821487754,
            "stop": 821487899
        },
        {
            "start": 821487911,
            "stop": 821488352
        },
        {
            "start": 821488357,
            "stop": 821488738
        }
    ]
}