Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=474
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=475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=473",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 474,
    "results": [
        {
            "start": 826081371,
            "stop": 826081415
        },
        {
            "start": 826081434,
            "stop": 826081634
        },
        {
            "start": 826081702,
            "stop": 826081707
        },
        {
            "start": 826081730,
            "stop": 826081741
        },
        {
            "start": 826081760,
            "stop": 826081800
        },
        {
            "start": 826081819,
            "stop": 826081846
        },
        {
            "start": 826081865,
            "stop": 826083568
        },
        {
            "start": 826083868,
            "stop": 826084359
        },
        {
            "start": 826084362,
            "stop": 826084980
        },
        {
            "start": 826085106,
            "stop": 826086696
        },
        {
            "start": 826086713,
            "stop": 826087312
        },
        {
            "start": 826087329,
            "stop": 826090537
        },
        {
            "start": 826090556,
            "stop": 826090975
        },
        {
            "start": 826090992,
            "stop": 826092230
        },
        {
            "start": 826092247,
            "stop": 826092450
        },
        {
            "start": 826092610,
            "stop": 826092662
        },
        {
            "start": 826092962,
            "stop": 826093659
        },
        {
            "start": 826093769,
            "stop": 826093901
        },
        {
            "start": 826094201,
            "stop": 826096022
        },
        {
            "start": 826096039,
            "stop": 826105917
        }
    ]
}