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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1088",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1086",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1087,
    "results": [
        {
            "start": 1136398433,
            "stop": 1136398435
        },
        {
            "start": 1136398438,
            "stop": 1136398439
        },
        {
            "start": 1136398442,
            "stop": 1136398448
        },
        {
            "start": 1136398451,
            "stop": 1136398546
        },
        {
            "start": 1136398551,
            "stop": 1136398629
        },
        {
            "start": 1136398660,
            "stop": 1136398662
        },
        {
            "start": 1136398666,
            "stop": 1136398667
        },
        {
            "start": 1136398671,
            "stop": 1136398674
        },
        {
            "start": 1136398678,
            "stop": 1136398681
        },
        {
            "start": 1136398686,
            "stop": 1136398687
        },
        {
            "start": 1136398696,
            "stop": 1136398697
        },
        {
            "start": 1136398710,
            "stop": 1136398714
        },
        {
            "start": 1136398722,
            "stop": 1136398725
        },
        {
            "start": 1136400655,
            "stop": 1136400656
        },
        {
            "start": 1136401123,
            "stop": 1136401125
        },
        {
            "start": 1136401129,
            "stop": 1136401137
        },
        {
            "start": 1136401140,
            "stop": 1136401150
        },
        {
            "start": 1136401238,
            "stop": 1136401262
        },
        {
            "start": 1136401272,
            "stop": 1136401280
        },
        {
            "start": 1136401283,
            "stop": 1136401287
        }
    ]
}