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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=117",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 118,
    "results": [
        {
            "start": 1131156154,
            "stop": 1131156207
        },
        {
            "start": 1131156208,
            "stop": 1131156238
        },
        {
            "start": 1131156239,
            "stop": 1131156253
        },
        {
            "start": 1131156254,
            "stop": 1131156259
        },
        {
            "start": 1131156260,
            "stop": 1131156265
        },
        {
            "start": 1131156266,
            "stop": 1131156314
        },
        {
            "start": 1131156315,
            "stop": 1131156320
        },
        {
            "start": 1131156322,
            "stop": 1131156353
        },
        {
            "start": 1131156354,
            "stop": 1131156400
        },
        {
            "start": 1131156401,
            "stop": 1131156418
        },
        {
            "start": 1131156419,
            "stop": 1131156493
        },
        {
            "start": 1131156494,
            "stop": 1131156621
        },
        {
            "start": 1131156622,
            "stop": 1131156625
        },
        {
            "start": 1131156626,
            "stop": 1131156648
        },
        {
            "start": 1131156650,
            "stop": 1131156705
        },
        {
            "start": 1131156706,
            "stop": 1131156751
        },
        {
            "start": 1131156752,
            "stop": 1131156776
        },
        {
            "start": 1131156777,
            "stop": 1131156791
        },
        {
            "start": 1131156792,
            "stop": 1131156801
        },
        {
            "start": 1131156802,
            "stop": 1131156860
        }
    ]
}