Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=411
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=410",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 411,
    "results": [
        {
            "start": 865194632,
            "stop": 865194681
        },
        {
            "start": 865194686,
            "stop": 865194792
        },
        {
            "start": 865194801,
            "stop": 865195071
        },
        {
            "start": 865195075,
            "stop": 865195085
        },
        {
            "start": 865195090,
            "stop": 865195195
        },
        {
            "start": 865195199,
            "stop": 865195223
        },
        {
            "start": 865195237,
            "stop": 865195242
        },
        {
            "start": 865195247,
            "stop": 865195257
        },
        {
            "start": 865195261,
            "stop": 865195501
        },
        {
            "start": 865195505,
            "stop": 865195600
        },
        {
            "start": 865195604,
            "stop": 865195615
        },
        {
            "start": 865195619,
            "stop": 865195624
        },
        {
            "start": 865195628,
            "stop": 865195720
        },
        {
            "start": 865195724,
            "stop": 865195782
        },
        {
            "start": 865195786,
            "stop": 865196007
        },
        {
            "start": 865196015,
            "stop": 865196060
        },
        {
            "start": 865196064,
            "stop": 865196070
        },
        {
            "start": 865196079,
            "stop": 865196128
        },
        {
            "start": 865196136,
            "stop": 865196142
        },
        {
            "start": 865196146,
            "stop": 865196397
        }
    ]
}