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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5290",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5291,
    "results": [
        {
            "start": 875004766,
            "stop": 875004793
        },
        {
            "start": 875004939,
            "stop": 875005032
        },
        {
            "start": 875006469,
            "stop": 875006471
        },
        {
            "start": 875006507,
            "stop": 875006512
        },
        {
            "start": 875006905,
            "stop": 875006996
        },
        {
            "start": 875007081,
            "stop": 875007124
        },
        {
            "start": 875007177,
            "stop": 875007185
        },
        {
            "start": 875007223,
            "stop": 875007237
        },
        {
            "start": 875007286,
            "stop": 875007300
        },
        {
            "start": 875007432,
            "stop": 875007490
        },
        {
            "start": 875007526,
            "stop": 875007740
        },
        {
            "start": 875007812,
            "stop": 875008007
        },
        {
            "start": 875008043,
            "stop": 875008179
        },
        {
            "start": 875008322,
            "stop": 875008493
        },
        {
            "start": 875008529,
            "stop": 875008532
        },
        {
            "start": 875008549,
            "stop": 875008591
        },
        {
            "start": 875008681,
            "stop": 875008699
        },
        {
            "start": 875008761,
            "stop": 875008766
        },
        {
            "start": 875008884,
            "stop": 875008976
        },
        {
            "start": 875009082,
            "stop": 875009145
        }
    ]
}