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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2222",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2223,
    "results": [
        {
            "start": 875032317,
            "stop": 875032320
        },
        {
            "start": 875032323,
            "stop": 875032873
        },
        {
            "start": 875032876,
            "stop": 875032885
        },
        {
            "start": 875032888,
            "stop": 875041712
        },
        {
            "start": 875042981,
            "stop": 875043934
        },
        {
            "start": 875043937,
            "stop": 875056064
        },
        {
            "start": 875058161,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875062562
        },
        {
            "start": 875062563,
            "stop": 875062564
        },
        {
            "start": 875062565,
            "stop": 875062956
        },
        {
            "start": 875062957,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875103205
        },
        {
            "start": 875103287,
            "stop": 875104047
        },
        {
            "start": 875105295,
            "stop": 875119450
        },
        {
            "start": 875119453,
            "stop": 875121240
        },
        {
            "start": 875121300,
            "stop": 875135660
        },
        {
            "start": 875135661,
            "stop": 875142300
        },
        {
            "start": 875142360,
            "stop": 875154092
        },
        {
            "start": 875162483,
            "stop": 875166300
        },
        {
            "start": 875166360,
            "stop": 875167170
        }
    ]
}