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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8734",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8735,
    "results": [
        {
            "start": 872798873,
            "stop": 872799489
        },
        {
            "start": 872799609,
            "stop": 872800020
        },
        {
            "start": 872800080,
            "stop": 872800440
        },
        {
            "start": 872800500,
            "stop": 872800630
        },
        {
            "start": 872800750,
            "stop": 872801520
        },
        {
            "start": 872801580,
            "stop": 872804715
        },
        {
            "start": 872804722,
            "stop": 872804790
        },
        {
            "start": 872804794,
            "stop": 872807836
        },
        {
            "start": 872808000,
            "stop": 872808803
        },
        {
            "start": 872808810,
            "stop": 872808840
        },
        {
            "start": 872808900,
            "stop": 872809380
        },
        {
            "start": 872809500,
            "stop": 872809548
        },
        {
            "start": 872809710,
            "stop": 872810226
        },
        {
            "start": 872810346,
            "stop": 872810400
        },
        {
            "start": 872810460,
            "stop": 872811240
        },
        {
            "start": 872811360,
            "stop": 872815030
        },
        {
            "start": 872815150,
            "stop": 872815980
        },
        {
            "start": 872816100,
            "stop": 872816662
        },
        {
            "start": 872817775,
            "stop": 872818140
        },
        {
            "start": 872818200,
            "stop": 872820000
        }
    ]
}