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=1070
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=1071",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1069",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1070,
    "results": [
        {
            "start": 1136384520,
            "stop": 1136384522
        },
        {
            "start": 1136384525,
            "stop": 1136384527
        },
        {
            "start": 1136384530,
            "stop": 1136384558
        },
        {
            "start": 1136384561,
            "stop": 1136384590
        },
        {
            "start": 1136384593,
            "stop": 1136384620
        },
        {
            "start": 1136384623,
            "stop": 1136384648
        },
        {
            "start": 1136384651,
            "stop": 1136384660
        },
        {
            "start": 1136384663,
            "stop": 1136384698
        },
        {
            "start": 1136384701,
            "stop": 1136384746
        },
        {
            "start": 1136384749,
            "stop": 1136384814
        },
        {
            "start": 1136384817,
            "stop": 1136384884
        },
        {
            "start": 1136384887,
            "stop": 1136384911
        },
        {
            "start": 1136384914,
            "stop": 1136384931
        },
        {
            "start": 1136384934,
            "stop": 1136384964
        },
        {
            "start": 1136384967,
            "stop": 1136384998
        },
        {
            "start": 1136385001,
            "stop": 1136385052
        },
        {
            "start": 1136385055,
            "stop": 1136385107
        },
        {
            "start": 1136385110,
            "stop": 1136385151
        },
        {
            "start": 1136385154,
            "stop": 1136385200
        },
        {
            "start": 1136385203,
            "stop": 1136385234
        }
    ]
}