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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=153",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 154,
    "results": [
        {
            "start": 1131173637,
            "stop": 1131173650
        },
        {
            "start": 1131173652,
            "stop": 1131173712
        },
        {
            "start": 1131173713,
            "stop": 1131173724
        },
        {
            "start": 1131173725,
            "stop": 1131173750
        },
        {
            "start": 1131173751,
            "stop": 1131173757
        },
        {
            "start": 1131173758,
            "stop": 1131173760
        },
        {
            "start": 1131173761,
            "stop": 1131173773
        },
        {
            "start": 1131173774,
            "stop": 1131173890
        },
        {
            "start": 1131173891,
            "stop": 1131173907
        },
        {
            "start": 1131173908,
            "stop": 1131173945
        },
        {
            "start": 1131173946,
            "stop": 1131173968
        },
        {
            "start": 1131173969,
            "stop": 1131173973
        },
        {
            "start": 1131173974,
            "stop": 1131173996
        },
        {
            "start": 1131173997,
            "stop": 1131174050
        },
        {
            "start": 1131174051,
            "stop": 1131174071
        },
        {
            "start": 1131174072,
            "stop": 1131174075
        },
        {
            "start": 1131174076,
            "stop": 1131174114
        },
        {
            "start": 1131174115,
            "stop": 1131174117
        },
        {
            "start": 1131174118,
            "stop": 1131174121
        },
        {
            "start": 1131174123,
            "stop": 1131174143
        }
    ]
}