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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=176",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 177,
    "results": [
        {
            "start": 1240049949,
            "stop": 1240050068
        },
        {
            "start": 1240050069,
            "stop": 1240050188
        },
        {
            "start": 1240050189,
            "stop": 1240050237
        },
        {
            "start": 1240050239,
            "stop": 1240050308
        },
        {
            "start": 1240050309,
            "stop": 1240050428
        },
        {
            "start": 1240050429,
            "stop": 1240050548
        },
        {
            "start": 1240050549,
            "stop": 1240050668
        },
        {
            "start": 1240050669,
            "stop": 1240050788
        },
        {
            "start": 1240050789,
            "stop": 1240050908
        },
        {
            "start": 1240050909,
            "stop": 1240051028
        },
        {
            "start": 1240051029,
            "stop": 1240051148
        },
        {
            "start": 1240051149,
            "stop": 1240051268
        },
        {
            "start": 1240051269,
            "stop": 1240051388
        },
        {
            "start": 1240051389,
            "stop": 1240051508
        },
        {
            "start": 1240051509,
            "stop": 1240051628
        },
        {
            "start": 1240051629,
            "stop": 1240051748
        },
        {
            "start": 1240051749,
            "stop": 1240051868
        },
        {
            "start": 1240051869,
            "stop": 1240051988
        },
        {
            "start": 1240051989,
            "stop": 1240052108
        },
        {
            "start": 1240052109,
            "stop": 1240052228
        }
    ]
}