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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=116",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 117,
    "results": [
        {
            "start": 1131155552,
            "stop": 1131155573
        },
        {
            "start": 1131155574,
            "stop": 1131155576
        },
        {
            "start": 1131155577,
            "stop": 1131155681
        },
        {
            "start": 1131155682,
            "stop": 1131155690
        },
        {
            "start": 1131155691,
            "stop": 1131155773
        },
        {
            "start": 1131155774,
            "stop": 1131155798
        },
        {
            "start": 1131155799,
            "stop": 1131155810
        },
        {
            "start": 1131155811,
            "stop": 1131155834
        },
        {
            "start": 1131155835,
            "stop": 1131155841
        },
        {
            "start": 1131155842,
            "stop": 1131155862
        },
        {
            "start": 1131155863,
            "stop": 1131155927
        },
        {
            "start": 1131155928,
            "stop": 1131155989
        },
        {
            "start": 1131155990,
            "stop": 1131156001
        },
        {
            "start": 1131156002,
            "stop": 1131156033
        },
        {
            "start": 1131156034,
            "stop": 1131156044
        },
        {
            "start": 1131156045,
            "stop": 1131156060
        },
        {
            "start": 1131156061,
            "stop": 1131156063
        },
        {
            "start": 1131156064,
            "stop": 1131156082
        },
        {
            "start": 1131156083,
            "stop": 1131156112
        },
        {
            "start": 1131156113,
            "stop": 1131156153
        }
    ]
}