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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=181",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 182,
    "results": [
        {
            "start": 932492249,
            "stop": 932492276
        },
        {
            "start": 932492278,
            "stop": 932492576
        },
        {
            "start": 932492578,
            "stop": 932493016
        },
        {
            "start": 932493019,
            "stop": 932493192
        },
        {
            "start": 932493197,
            "stop": 932493615
        },
        {
            "start": 932493975,
            "stop": 932494808
        },
        {
            "start": 932495918,
            "stop": 932496499
        },
        {
            "start": 932498631,
            "stop": 932499005
        },
        {
            "start": 932499007,
            "stop": 932500699
        },
        {
            "start": 932500704,
            "stop": 932500815
        },
        {
            "start": 932501175,
            "stop": 932501651
        },
        {
            "start": 932501654,
            "stop": 932501697
        },
        {
            "start": 932501702,
            "stop": 932502488
        },
        {
            "start": 932502490,
            "stop": 932503041
        },
        {
            "start": 932503044,
            "stop": 932503559
        },
        {
            "start": 932503562,
            "stop": 932503688
        },
        {
            "start": 932503691,
            "stop": 932503774
        },
        {
            "start": 932503778,
            "stop": 932503791
        },
        {
            "start": 932503793,
            "stop": 932503981
        },
        {
            "start": 932503986,
            "stop": 932504333
        }
    ]
}