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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=354",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 355,
    "results": [
        {
            "start": 1182549199,
            "stop": 1182549517
        },
        {
            "start": 1182549518,
            "stop": 1182550071
        },
        {
            "start": 1182550073,
            "stop": 1182550706
        },
        {
            "start": 1182550708,
            "stop": 1182550710
        },
        {
            "start": 1182550713,
            "stop": 1182550714
        },
        {
            "start": 1182550716,
            "stop": 1182550718
        },
        {
            "start": 1182550720,
            "stop": 1182550726
        },
        {
            "start": 1182550729,
            "stop": 1182550742
        },
        {
            "start": 1182550744,
            "stop": 1182551170
        },
        {
            "start": 1182551171,
            "stop": 1182551248
        },
        {
            "start": 1182551249,
            "stop": 1182551326
        },
        {
            "start": 1182551327,
            "stop": 1182552028
        },
        {
            "start": 1182552029,
            "stop": 1182554134
        },
        {
            "start": 1182554135,
            "stop": 1182554137
        },
        {
            "start": 1182554138,
            "stop": 1182554577
        },
        {
            "start": 1182555474,
            "stop": 1182556515
        },
        {
            "start": 1182556516,
            "stop": 1182558308
        },
        {
            "start": 1182558310,
            "stop": 1182558606
        },
        {
            "start": 1182558607,
            "stop": 1182558974
        },
        {
            "start": 1182558975,
            "stop": 1182558996
        }
    ]
}