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=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=122",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 123,
    "results": [
        {
            "start": 1131158620,
            "stop": 1131158678
        },
        {
            "start": 1131158679,
            "stop": 1131158684
        },
        {
            "start": 1131158685,
            "stop": 1131158700
        },
        {
            "start": 1131158701,
            "stop": 1131158726
        },
        {
            "start": 1131158727,
            "stop": 1131158801
        },
        {
            "start": 1131158802,
            "stop": 1131158820
        },
        {
            "start": 1131158821,
            "stop": 1131158834
        },
        {
            "start": 1131158835,
            "stop": 1131158848
        },
        {
            "start": 1131158849,
            "stop": 1131158866
        },
        {
            "start": 1131158868,
            "stop": 1131158929
        },
        {
            "start": 1131158930,
            "stop": 1131158960
        },
        {
            "start": 1131158961,
            "stop": 1131158972
        },
        {
            "start": 1131158973,
            "stop": 1131158977
        },
        {
            "start": 1131158978,
            "stop": 1131158983
        },
        {
            "start": 1131158985,
            "stop": 1131158991
        },
        {
            "start": 1131158993,
            "stop": 1131159012
        },
        {
            "start": 1131159013,
            "stop": 1131159110
        },
        {
            "start": 1131159111,
            "stop": 1131159144
        },
        {
            "start": 1131159145,
            "stop": 1131159162
        },
        {
            "start": 1131159163,
            "stop": 1131159175
        }
    ]
}