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_CAT2/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_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=362",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 363,
    "results": [
        {
            "start": 821758505,
            "stop": 821758510
        },
        {
            "start": 821758519,
            "stop": 821758520
        },
        {
            "start": 821758524,
            "stop": 821758528
        },
        {
            "start": 821758534,
            "stop": 821758536
        },
        {
            "start": 821758539,
            "stop": 821758546
        },
        {
            "start": 821758549,
            "stop": 821758555
        },
        {
            "start": 821758562,
            "stop": 821758565
        },
        {
            "start": 821758568,
            "stop": 821758569
        },
        {
            "start": 821758579,
            "stop": 821758584
        },
        {
            "start": 821758587,
            "stop": 821758588
        },
        {
            "start": 821758594,
            "stop": 821758595
        },
        {
            "start": 821758599,
            "stop": 821758601
        },
        {
            "start": 821758604,
            "stop": 821758606
        },
        {
            "start": 821758621,
            "stop": 821758629
        },
        {
            "start": 821758632,
            "stop": 821758640
        },
        {
            "start": 821758643,
            "stop": 821758645
        },
        {
            "start": 821758648,
            "stop": 821758649
        },
        {
            "start": 821758652,
            "stop": 821758654
        },
        {
            "start": 821758657,
            "stop": 821758664
        },
        {
            "start": 821758673,
            "stop": 821758683
        }
    ]
}