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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7426",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7424",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7425,
    "results": [
        {
            "start": 969945943,
            "stop": 969946339
        },
        {
            "start": 969946342,
            "stop": 969949650
        },
        {
            "start": 969949656,
            "stop": 969950321
        },
        {
            "start": 969950324,
            "stop": 969950751
        },
        {
            "start": 969950754,
            "stop": 969950894
        },
        {
            "start": 969950897,
            "stop": 969951663
        },
        {
            "start": 969951666,
            "stop": 969951834
        },
        {
            "start": 969951837,
            "stop": 969951888
        },
        {
            "start": 969951891,
            "stop": 969952988
        },
        {
            "start": 969952991,
            "stop": 969953024
        },
        {
            "start": 969953027,
            "stop": 969953961
        },
        {
            "start": 969953964,
            "stop": 969954507
        },
        {
            "start": 969954510,
            "stop": 969955495
        },
        {
            "start": 969955498,
            "stop": 969956489
        },
        {
            "start": 969956492,
            "stop": 969956844
        },
        {
            "start": 969956847,
            "stop": 969957816
        },
        {
            "start": 969957819,
            "stop": 969958974
        },
        {
            "start": 969958977,
            "stop": 969958989
        },
        {
            "start": 969958992,
            "stop": 969959076
        },
        {
            "start": 969960759,
            "stop": 969961679
        }
    ]
}