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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=351",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 352,
    "results": [
        {
            "start": 871327192,
            "stop": 871327204
        },
        {
            "start": 871327207,
            "stop": 871327360
        },
        {
            "start": 871327369,
            "stop": 871327380
        },
        {
            "start": 871327384,
            "stop": 871327419
        },
        {
            "start": 871327427,
            "stop": 871327506
        },
        {
            "start": 871327515,
            "stop": 871327585
        },
        {
            "start": 871327599,
            "stop": 871327604
        },
        {
            "start": 871327619,
            "stop": 871327636
        },
        {
            "start": 871327645,
            "stop": 871327653
        },
        {
            "start": 871327657,
            "stop": 871327676
        },
        {
            "start": 871327679,
            "stop": 871327754
        },
        {
            "start": 871327763,
            "stop": 871327773
        },
        {
            "start": 871327787,
            "stop": 871327797
        },
        {
            "start": 871327801,
            "stop": 871327806
        },
        {
            "start": 871327825,
            "stop": 871327836
        },
        {
            "start": 871327844,
            "stop": 871327850
        },
        {
            "start": 871327864,
            "stop": 871327884
        },
        {
            "start": 871327888,
            "stop": 871327893
        },
        {
            "start": 871327902,
            "stop": 871327927
        },
        {
            "start": 871327931,
            "stop": 871328043
        }
    ]
}