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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=107",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 108,
    "results": [
        {
            "start": 1131150801,
            "stop": 1131150808
        },
        {
            "start": 1131150809,
            "stop": 1131150825
        },
        {
            "start": 1131150826,
            "stop": 1131150856
        },
        {
            "start": 1131150857,
            "stop": 1131150900
        },
        {
            "start": 1131150901,
            "stop": 1131150919
        },
        {
            "start": 1131150920,
            "stop": 1131150944
        },
        {
            "start": 1131150945,
            "stop": 1131151015
        },
        {
            "start": 1131151016,
            "stop": 1131151038
        },
        {
            "start": 1131151040,
            "stop": 1131151053
        },
        {
            "start": 1131151054,
            "stop": 1131151066
        },
        {
            "start": 1131151067,
            "stop": 1131151079
        },
        {
            "start": 1131151080,
            "stop": 1131151116
        },
        {
            "start": 1131151117,
            "stop": 1131151161
        },
        {
            "start": 1131151162,
            "stop": 1131151198
        },
        {
            "start": 1131151199,
            "stop": 1131151239
        },
        {
            "start": 1131151240,
            "stop": 1131151264
        },
        {
            "start": 1131151265,
            "stop": 1131151277
        },
        {
            "start": 1131151278,
            "stop": 1131151397
        },
        {
            "start": 1131151398,
            "stop": 1131151429
        },
        {
            "start": 1131151430,
            "stop": 1131151454
        }
    ]
}