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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=22",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 23,
    "results": [
        {
            "start": 947191117,
            "stop": 947191229
        },
        {
            "start": 947228844,
            "stop": 947228997
        },
        {
            "start": 947242509,
            "stop": 947242621
        },
        {
            "start": 947293749,
            "stop": 947293861
        },
        {
            "start": 947307828,
            "stop": 947307941
        },
        {
            "start": 947335388,
            "stop": 947335541
        },
        {
            "start": 947341134,
            "stop": 947341246
        },
        {
            "start": 948454173,
            "stop": 948454286
        },
        {
            "start": 948472261,
            "stop": 948472374
        },
        {
            "start": 948642010,
            "stop": 948642123
        },
        {
            "start": 948727755,
            "stop": 948727867
        },
        {
            "start": 954265226,
            "stop": 954265379
        },
        {
            "start": 954326978,
            "stop": 954327091
        },
        {
            "start": 954331378,
            "stop": 954331539
        },
        {
            "start": 954384730,
            "stop": 954384843
        },
        {
            "start": 954397298,
            "stop": 954397411
        },
        {
            "start": 954424107,
            "stop": 954424219
        },
        {
            "start": 954450114,
            "stop": 954450227
        },
        {
            "start": 954455683,
            "stop": 954455843
        },
        {
            "start": 954591118,
            "stop": 954591231
        }
    ]
}