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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=401",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 402,
    "results": [
        {
            "start": 1184922089,
            "stop": 1184922095
        },
        {
            "start": 1184922106,
            "stop": 1184922337
        },
        {
            "start": 1184922358,
            "stop": 1184922624
        },
        {
            "start": 1184922631,
            "stop": 1184923044
        },
        {
            "start": 1184923048,
            "stop": 1184923052
        },
        {
            "start": 1184923057,
            "stop": 1184923092
        },
        {
            "start": 1184923096,
            "stop": 1184923100
        },
        {
            "start": 1184923108,
            "stop": 1184923122
        },
        {
            "start": 1184923128,
            "stop": 1184923136
        },
        {
            "start": 1184923146,
            "stop": 1184923151
        },
        {
            "start": 1184923185,
            "stop": 1184923187
        },
        {
            "start": 1184923206,
            "stop": 1184923415
        },
        {
            "start": 1184923426,
            "stop": 1184923685
        },
        {
            "start": 1184923703,
            "stop": 1184924512
        },
        {
            "start": 1184924521,
            "stop": 1184924570
        },
        {
            "start": 1184924581,
            "stop": 1184924603
        },
        {
            "start": 1184924610,
            "stop": 1184924779
        },
        {
            "start": 1184924783,
            "stop": 1184924788
        },
        {
            "start": 1184924798,
            "stop": 1184924984
        },
        {
            "start": 1184924992,
            "stop": 1184925116
        }
    ]
}