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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=45",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 46,
    "results": [
        {
            "start": 816173534,
            "stop": 816173564
        },
        {
            "start": 816173571,
            "stop": 816173750
        },
        {
            "start": 816173757,
            "stop": 816173791
        },
        {
            "start": 816173798,
            "stop": 816173834
        },
        {
            "start": 816173842,
            "stop": 816173960
        },
        {
            "start": 816173968,
            "stop": 816174056
        },
        {
            "start": 816174064,
            "stop": 816174111
        },
        {
            "start": 816174118,
            "stop": 816174161
        },
        {
            "start": 816174168,
            "stop": 816174195
        },
        {
            "start": 816174202,
            "stop": 816174304
        },
        {
            "start": 816174311,
            "stop": 816174469
        },
        {
            "start": 816174476,
            "stop": 816174525
        },
        {
            "start": 816174532,
            "stop": 816174547
        },
        {
            "start": 816174559,
            "stop": 816174654
        },
        {
            "start": 816174661,
            "stop": 816175119
        },
        {
            "start": 816175126,
            "stop": 816175182
        },
        {
            "start": 816175189,
            "stop": 816175200
        },
        {
            "start": 816175207,
            "stop": 816175318
        },
        {
            "start": 816175331,
            "stop": 816175367
        },
        {
            "start": 816175374,
            "stop": 816175667
        }
    ]
}