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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=393",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 394,
    "results": [
        {
            "start": 1184573716,
            "stop": 1184573730
        },
        {
            "start": 1184573736,
            "stop": 1184573737
        },
        {
            "start": 1184573757,
            "stop": 1184573764
        },
        {
            "start": 1184573781,
            "stop": 1184574079
        },
        {
            "start": 1184574092,
            "stop": 1184574097
        },
        {
            "start": 1184574105,
            "stop": 1184574221
        },
        {
            "start": 1184574225,
            "stop": 1184574394
        },
        {
            "start": 1184574406,
            "stop": 1184574407
        },
        {
            "start": 1184574424,
            "stop": 1184574425
        },
        {
            "start": 1184574449,
            "stop": 1184574476
        },
        {
            "start": 1184574484,
            "stop": 1184574507
        },
        {
            "start": 1184574524,
            "stop": 1184574721
        },
        {
            "start": 1184574726,
            "stop": 1184574753
        },
        {
            "start": 1184574770,
            "stop": 1184574771
        },
        {
            "start": 1184574788,
            "stop": 1184574789
        },
        {
            "start": 1184574794,
            "stop": 1184574839
        },
        {
            "start": 1184574844,
            "stop": 1184574845
        },
        {
            "start": 1184574853,
            "stop": 1184575027
        },
        {
            "start": 1184575037,
            "stop": 1184575041
        },
        {
            "start": 1184575052,
            "stop": 1184575067
        }
    ]
}