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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=163",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 164,
    "results": [
        {
            "start": 1131178992,
            "stop": 1131179000
        },
        {
            "start": 1131179001,
            "stop": 1131179005
        },
        {
            "start": 1131179006,
            "stop": 1131179011
        },
        {
            "start": 1131179012,
            "stop": 1131179073
        },
        {
            "start": 1131179074,
            "stop": 1131179080
        },
        {
            "start": 1131179081,
            "stop": 1131179205
        },
        {
            "start": 1131179206,
            "stop": 1131179259
        },
        {
            "start": 1131179260,
            "stop": 1131179308
        },
        {
            "start": 1131179309,
            "stop": 1131179319
        },
        {
            "start": 1131179320,
            "stop": 1131179344
        },
        {
            "start": 1131179345,
            "stop": 1131179347
        },
        {
            "start": 1131179348,
            "stop": 1131179367
        },
        {
            "start": 1131179368,
            "stop": 1131179371
        },
        {
            "start": 1131179372,
            "stop": 1131179438
        },
        {
            "start": 1131179439,
            "stop": 1131179443
        },
        {
            "start": 1131179444,
            "stop": 1131179486
        },
        {
            "start": 1131179487,
            "stop": 1131179492
        },
        {
            "start": 1131179493,
            "stop": 1131179533
        },
        {
            "start": 1131182058,
            "stop": 1131182063
        },
        {
            "start": 1131182064,
            "stop": 1131182090
        }
    ]
}