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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=319",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 320,
    "results": [
        {
            "start": 821744594,
            "stop": 821744597
        },
        {
            "start": 821744602,
            "stop": 821744605
        },
        {
            "start": 821744609,
            "stop": 821744610
        },
        {
            "start": 821744614,
            "stop": 821744616
        },
        {
            "start": 821744619,
            "stop": 821744620
        },
        {
            "start": 821744623,
            "stop": 821744634
        },
        {
            "start": 821744640,
            "stop": 821744647
        },
        {
            "start": 821744650,
            "stop": 821744651
        },
        {
            "start": 821744659,
            "stop": 821744660
        },
        {
            "start": 821744666,
            "stop": 821744671
        },
        {
            "start": 821744683,
            "stop": 821744709
        },
        {
            "start": 821744712,
            "stop": 821744740
        },
        {
            "start": 821744745,
            "stop": 821744746
        },
        {
            "start": 821744749,
            "stop": 821744755
        },
        {
            "start": 821744765,
            "stop": 821744767
        },
        {
            "start": 821744772,
            "stop": 821744780
        },
        {
            "start": 821744786,
            "stop": 821744788
        },
        {
            "start": 821744794,
            "stop": 821744799
        },
        {
            "start": 821744804,
            "stop": 821744809
        },
        {
            "start": 821744815,
            "stop": 821744821
        }
    ]
}