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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=60",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 61,
    "results": [
        {
            "start": 817406039,
            "stop": 817406220
        },
        {
            "start": 817406280,
            "stop": 817406340
        },
        {
            "start": 817406400,
            "stop": 817406580
        },
        {
            "start": 817406640,
            "stop": 817406700
        },
        {
            "start": 817406760,
            "stop": 817406940
        },
        {
            "start": 817407060,
            "stop": 817407120
        },
        {
            "start": 817407180,
            "stop": 817407240
        },
        {
            "start": 817407360,
            "stop": 817407540
        },
        {
            "start": 817407600,
            "stop": 817407720
        },
        {
            "start": 817407780,
            "stop": 817407900
        },
        {
            "start": 817407960,
            "stop": 817408020
        },
        {
            "start": 817408080,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817408320
        },
        {
            "start": 817408440,
            "stop": 817408920
        },
        {
            "start": 817408980,
            "stop": 817409100
        },
        {
            "start": 817409160,
            "stop": 817409460
        },
        {
            "start": 817409580,
            "stop": 817409820
        },
        {
            "start": 817410000,
            "stop": 817410060
        },
        {
            "start": 817410180,
            "stop": 817410300
        },
        {
            "start": 817410480,
            "stop": 817410540
        }
    ]
}