Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=511
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=512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=510",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 511,
    "results": [
        {
            "start": 825268598,
            "stop": 825268950
        },
        {
            "start": 825278301,
            "stop": 825278369
        },
        {
            "start": 825278374,
            "stop": 825279417
        },
        {
            "start": 825279422,
            "stop": 825280429
        },
        {
            "start": 825280443,
            "stop": 825280475
        },
        {
            "start": 825280487,
            "stop": 825282243
        },
        {
            "start": 825283292,
            "stop": 825288417
        },
        {
            "start": 825288462,
            "stop": 825292455
        },
        {
            "start": 825293916,
            "stop": 825299196
        },
        {
            "start": 825299794,
            "stop": 825299845
        },
        {
            "start": 825307448,
            "stop": 825319581
        },
        {
            "start": 825322333,
            "stop": 825328618
        },
        {
            "start": 825329210,
            "stop": 825330690
        },
        {
            "start": 825330695,
            "stop": 825331347
        },
        {
            "start": 825338354,
            "stop": 825343160
        },
        {
            "start": 825343187,
            "stop": 825343376
        },
        {
            "start": 825343384,
            "stop": 825345456
        },
        {
            "start": 825345463,
            "stop": 825345685
        },
        {
            "start": 825345690,
            "stop": 825348052
        },
        {
            "start": 825348057,
            "stop": 825348133
        }
    ]
}