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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 31,
    "results": [
        {
            "start": 1134263101,
            "stop": 1134265761
        },
        {
            "start": 1134265763,
            "stop": 1134270634
        },
        {
            "start": 1134277917,
            "stop": 1134281330
        },
        {
            "start": 1134282166,
            "stop": 1134323968
        },
        {
            "start": 1134323970,
            "stop": 1134330249
        },
        {
            "start": 1134333088,
            "stop": 1134369980
        },
        {
            "start": 1134376893,
            "stop": 1134393461
        },
        {
            "start": 1134393463,
            "stop": 1134399476
        },
        {
            "start": 1134402613,
            "stop": 1134408291
        },
        {
            "start": 1134427067,
            "stop": 1134440996
        },
        {
            "start": 1134441593,
            "stop": 1134447809
        },
        {
            "start": 1134447811,
            "stop": 1134447814
        },
        {
            "start": 1134453717,
            "stop": 1134456038
        },
        {
            "start": 1134456040,
            "stop": 1134458355
        },
        {
            "start": 1134459903,
            "stop": 1134471850
        },
        {
            "start": 1134471852,
            "stop": 1134475292
        },
        {
            "start": 1134475294,
            "stop": 1134476350
        },
        {
            "start": 1134476352,
            "stop": 1134476473
        },
        {
            "start": 1134487339,
            "stop": 1134491248
        },
        {
            "start": 1134491480,
            "stop": 1134497393
        }
    ]
}