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/H1_CBCLOW_CAT4/segments?format=api&page=8854
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=8855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8853",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8854,
    "results": [
        {
            "start": 874624805,
            "stop": 874626453
        },
        {
            "start": 874626600,
            "stop": 874626692
        },
        {
            "start": 874626812,
            "stop": 874627780
        },
        {
            "start": 874627900,
            "stop": 874628700
        },
        {
            "start": 874628829,
            "stop": 874628924
        },
        {
            "start": 874629044,
            "stop": 874629350
        },
        {
            "start": 874629357,
            "stop": 874631759
        },
        {
            "start": 874631776,
            "stop": 874634084
        },
        {
            "start": 874634204,
            "stop": 874634700
        },
        {
            "start": 874635000,
            "stop": 874635621
        },
        {
            "start": 874635638,
            "stop": 874636529
        },
        {
            "start": 874636702,
            "stop": 874636919
        },
        {
            "start": 874637039,
            "stop": 874637460
        },
        {
            "start": 874637520,
            "stop": 874638050
        },
        {
            "start": 874638190,
            "stop": 874639500
        },
        {
            "start": 874639560,
            "stop": 874640143
        },
        {
            "start": 874640263,
            "stop": 874640391
        },
        {
            "start": 874640511,
            "stop": 874641064
        },
        {
            "start": 874641081,
            "stop": 874641660
        },
        {
            "start": 874641720,
            "stop": 874642140
        }
    ]
}