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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2446",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2447,
    "results": [
        {
            "start": 874347550,
            "stop": 874347582
        },
        {
            "start": 874348852,
            "stop": 874349404
        },
        {
            "start": 874350418,
            "stop": 874350530
        },
        {
            "start": 874350610,
            "stop": 874350830
        },
        {
            "start": 874350970,
            "stop": 874351190
        },
        {
            "start": 874351270,
            "stop": 874351560
        },
        {
            "start": 874351620,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874355896
        },
        {
            "start": 874355913,
            "stop": 874355930
        },
        {
            "start": 874356010,
            "stop": 874356890
        },
        {
            "start": 874356970,
            "stop": 874357010
        },
        {
            "start": 874357090,
            "stop": 874358452
        },
        {
            "start": 874358502,
            "stop": 874358570
        },
        {
            "start": 874358650,
            "stop": 874358870
        },
        {
            "start": 874358950,
            "stop": 874360393
        },
        {
            "start": 874362730,
            "stop": 874363611
        },
        {
            "start": 874363628,
            "stop": 874363790
        },
        {
            "start": 874363870,
            "stop": 874364162
        },
        {
            "start": 874364166,
            "stop": 874364926
        },
        {
            "start": 874364943,
            "stop": 874365470
        }
    ]
}