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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=273",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 274,
    "results": [
        {
            "start": 1181009800,
            "stop": 1181009801
        },
        {
            "start": 1181009802,
            "stop": 1181009979
        },
        {
            "start": 1181009980,
            "stop": 1181010191
        },
        {
            "start": 1181010193,
            "stop": 1181010209
        },
        {
            "start": 1181010210,
            "stop": 1181010382
        },
        {
            "start": 1181010383,
            "stop": 1181010502
        },
        {
            "start": 1181010503,
            "stop": 1181010621
        },
        {
            "start": 1181010623,
            "stop": 1181011211
        },
        {
            "start": 1181011212,
            "stop": 1181011216
        },
        {
            "start": 1181011217,
            "stop": 1181013937
        },
        {
            "start": 1181013939,
            "stop": 1181013940
        },
        {
            "start": 1181013941,
            "stop": 1181014066
        },
        {
            "start": 1181014068,
            "stop": 1181014097
        },
        {
            "start": 1181014098,
            "stop": 1181014246
        },
        {
            "start": 1181014247,
            "stop": 1181014248
        },
        {
            "start": 1181014249,
            "stop": 1181014428
        },
        {
            "start": 1181014429,
            "stop": 1181014488
        },
        {
            "start": 1181014490,
            "stop": 1181014491
        },
        {
            "start": 1181014493,
            "stop": 1181014560
        },
        {
            "start": 1181014561,
            "stop": 1181014626
        }
    ]
}