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=562
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=563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=561",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 562,
    "results": [
        {
            "start": 827336648,
            "stop": 827344535
        },
        {
            "start": 827344570,
            "stop": 827344603
        },
        {
            "start": 827344622,
            "stop": 827344647
        },
        {
            "start": 827344666,
            "stop": 827347054
        },
        {
            "start": 827347071,
            "stop": 827347642
        },
        {
            "start": 827347692,
            "stop": 827347717
        },
        {
            "start": 827347737,
            "stop": 827347874
        },
        {
            "start": 827347893,
            "stop": 827352120
        },
        {
            "start": 827352181,
            "stop": 827352683
        },
        {
            "start": 827357728,
            "stop": 827358162
        },
        {
            "start": 827358181,
            "stop": 827358461
        },
        {
            "start": 827358481,
            "stop": 827360164
        },
        {
            "start": 827360183,
            "stop": 827361001
        },
        {
            "start": 827361020,
            "stop": 827361545
        },
        {
            "start": 827361588,
            "stop": 827361594
        },
        {
            "start": 827361614,
            "stop": 827361620
        },
        {
            "start": 827361640,
            "stop": 827363219
        },
        {
            "start": 827363252,
            "stop": 827364347
        },
        {
            "start": 827364457,
            "stop": 827364467
        },
        {
            "start": 827364471,
            "stop": 827364525
        }
    ]
}