Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=978
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=979",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=977",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 978,
    "results": [
        {
            "start": 1134870524,
            "stop": 1134870527
        },
        {
            "start": 1134870540,
            "stop": 1134870542
        },
        {
            "start": 1134870545,
            "stop": 1134870551
        },
        {
            "start": 1134870562,
            "stop": 1134872126
        },
        {
            "start": 1134872131,
            "stop": 1134872139
        },
        {
            "start": 1134872142,
            "stop": 1134872146
        },
        {
            "start": 1134872151,
            "stop": 1134872152
        },
        {
            "start": 1134872161,
            "stop": 1134872165
        },
        {
            "start": 1134872180,
            "stop": 1134872196
        },
        {
            "start": 1134872227,
            "stop": 1134872228
        },
        {
            "start": 1134872231,
            "stop": 1134872232
        },
        {
            "start": 1134872249,
            "stop": 1134872251
        },
        {
            "start": 1134872258,
            "stop": 1134872273
        },
        {
            "start": 1134872284,
            "stop": 1134872327
        },
        {
            "start": 1134872341,
            "stop": 1134872343
        },
        {
            "start": 1134872346,
            "stop": 1134872349
        },
        {
            "start": 1134872353,
            "stop": 1134872356
        },
        {
            "start": 1134872396,
            "stop": 1134872397
        },
        {
            "start": 1134872400,
            "stop": 1134872475
        },
        {
            "start": 1134872483,
            "stop": 1134872717
        }
    ]
}