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=496
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=497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=495",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 496,
    "results": [
        {
            "start": 822790622,
            "stop": 822796642
        },
        {
            "start": 822796647,
            "stop": 822798493
        },
        {
            "start": 822798498,
            "stop": 822798654
        },
        {
            "start": 822798661,
            "stop": 822800400
        },
        {
            "start": 822800405,
            "stop": 822801333
        },
        {
            "start": 822801338,
            "stop": 822804676
        },
        {
            "start": 822804681,
            "stop": 822804946
        },
        {
            "start": 822804953,
            "stop": 822804957
        },
        {
            "start": 822806007,
            "stop": 822806430
        },
        {
            "start": 822814245,
            "stop": 822814740
        },
        {
            "start": 822815542,
            "stop": 822817845
        },
        {
            "start": 822817850,
            "stop": 822821557
        },
        {
            "start": 822821562,
            "stop": 822821680
        },
        {
            "start": 822821685,
            "stop": 822828258
        },
        {
            "start": 822828263,
            "stop": 822828344
        },
        {
            "start": 822828358,
            "stop": 822828367
        },
        {
            "start": 822828393,
            "stop": 822828428
        },
        {
            "start": 822828433,
            "stop": 822828480
        },
        {
            "start": 822828496,
            "stop": 822828511
        },
        {
            "start": 822828516,
            "stop": 822828735
        }
    ]
}