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_CAT2/segments?format=api&page=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=41",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 42,
    "results": [
        {
            "start": 1128538348,
            "stop": 1128538349
        },
        {
            "start": 1128538352,
            "stop": 1128538368
        },
        {
            "start": 1128538369,
            "stop": 1128538377
        },
        {
            "start": 1128538378,
            "stop": 1128538381
        },
        {
            "start": 1128538385,
            "stop": 1128538479
        },
        {
            "start": 1128538481,
            "stop": 1128538483
        },
        {
            "start": 1128538486,
            "stop": 1128540610
        },
        {
            "start": 1128540612,
            "stop": 1128546120
        },
        {
            "start": 1128618578,
            "stop": 1128619769
        },
        {
            "start": 1128619770,
            "stop": 1128621839
        },
        {
            "start": 1128621841,
            "stop": 1128634866
        },
        {
            "start": 1128634868,
            "stop": 1128637445
        },
        {
            "start": 1128637446,
            "stop": 1128640101
        },
        {
            "start": 1128640103,
            "stop": 1128641377
        },
        {
            "start": 1128641378,
            "stop": 1128648848
        },
        {
            "start": 1128648850,
            "stop": 1128654099
        },
        {
            "start": 1128654100,
            "stop": 1128655367
        },
        {
            "start": 1128655368,
            "stop": 1128660982
        },
        {
            "start": 1128660983,
            "stop": 1128663763
        },
        {
            "start": 1128663764,
            "stop": 1128679194
        }
    ]
}