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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=23",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 24,
    "results": [
        {
            "start": 1132260972,
            "stop": 1132261499
        },
        {
            "start": 1132261501,
            "stop": 1132261504
        },
        {
            "start": 1132266988,
            "stop": 1132270079
        },
        {
            "start": 1132270080,
            "stop": 1132273069
        },
        {
            "start": 1132273787,
            "stop": 1132285862
        },
        {
            "start": 1132286085,
            "stop": 1132294401
        },
        {
            "start": 1132294403,
            "stop": 1132296287
        },
        {
            "start": 1132332581,
            "stop": 1132333586
        },
        {
            "start": 1132333862,
            "stop": 1132339319
        },
        {
            "start": 1132339524,
            "stop": 1132341281
        },
        {
            "start": 1132342472,
            "stop": 1132342896
        },
        {
            "start": 1132370358,
            "stop": 1132398697
        },
        {
            "start": 1132398699,
            "stop": 1132409063
        },
        {
            "start": 1132434284,
            "stop": 1132435385
        },
        {
            "start": 1132503354,
            "stop": 1132507117
        },
        {
            "start": 1132533191,
            "stop": 1132535602
        },
        {
            "start": 1132544875,
            "stop": 1132549220
        },
        {
            "start": 1132549222,
            "stop": 1132552486
        },
        {
            "start": 1132577888,
            "stop": 1132584111
        },
        {
            "start": 1132614028,
            "stop": 1132615535
        }
    ]
}