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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=62",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 63,
    "results": [
        {
            "start": 817844275,
            "stop": 817844293
        },
        {
            "start": 817844763,
            "stop": 817845217
        },
        {
            "start": 817845234,
            "stop": 817845283
        },
        {
            "start": 817845300,
            "stop": 817845358
        },
        {
            "start": 817850070,
            "stop": 817851366
        },
        {
            "start": 817851383,
            "stop": 817851401
        },
        {
            "start": 817851404,
            "stop": 817852059
        },
        {
            "start": 817852076,
            "stop": 817852295
        },
        {
            "start": 817857283,
            "stop": 817858716
        },
        {
            "start": 817858719,
            "stop": 817859302
        },
        {
            "start": 817861772,
            "stop": 817870519
        },
        {
            "start": 817873174,
            "stop": 817879328
        },
        {
            "start": 817879331,
            "stop": 817892563
        },
        {
            "start": 817892580,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911859
        },
        {
            "start": 817911877,
            "stop": 817915097
        },
        {
            "start": 817938432,
            "stop": 817940201
        },
        {
            "start": 817941908,
            "stop": 817943220
        },
        {
            "start": 817943607,
            "stop": 817943772
        },
        {
            "start": 817943826,
            "stop": 817943837
        }
    ]
}