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=7441
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=7442",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7440",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7441,
    "results": [
        {
            "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
        },
        {
            "start": 969961719,
            "stop": 969961754
        },
        {
            "start": 969961757,
            "stop": 969961816
        },
        {
            "start": 969961819,
            "stop": 969961848
        },
        {
            "start": 969961851,
            "stop": 969961855
        },
        {
            "start": 969961858,
            "stop": 969961943
        }
    ]
}