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=757
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=758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=756",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 757,
    "results": [
        {
            "start": 859147007,
            "stop": 859155047
        },
        {
            "start": 859156316,
            "stop": 859182081
        },
        {
            "start": 859183991,
            "stop": 859200862
        },
        {
            "start": 859200864,
            "stop": 859231890
        },
        {
            "start": 859232896,
            "stop": 859242795
        },
        {
            "start": 859243986,
            "stop": 859281330
        },
        {
            "start": 859285389,
            "stop": 859291993
        },
        {
            "start": 859291995,
            "stop": 859312530
        },
        {
            "start": 859314708,
            "stop": 859320139
        },
        {
            "start": 859321105,
            "stop": 859323656
        },
        {
            "start": 859323659,
            "stop": 859348470
        },
        {
            "start": 859348530,
            "stop": 859348556
        },
        {
            "start": 859349520,
            "stop": 859399554
        },
        {
            "start": 859401094,
            "stop": 859422409
        },
        {
            "start": 859422411,
            "stop": 859422621
        },
        {
            "start": 859422623,
            "stop": 859431756
        },
        {
            "start": 859433233,
            "stop": 859474820
        },
        {
            "start": 859477164,
            "stop": 859477470
        },
        {
            "start": 859477530,
            "stop": 859477543
        },
        {
            "start": 859478795,
            "stop": 859495950
        }
    ]
}