Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=648
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=647",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 648,
    "results": [
        {
            "start": 847823778,
            "stop": 847823941
        },
        {
            "start": 847826448,
            "stop": 847834691
        },
        {
            "start": 847837065,
            "stop": 847837393
        },
        {
            "start": 847838012,
            "stop": 847841040
        },
        {
            "start": 847842323,
            "stop": 847883699
        },
        {
            "start": 847887522,
            "stop": 847890198
        },
        {
            "start": 847890200,
            "stop": 847899709
        },
        {
            "start": 847902100,
            "stop": 847902602
        },
        {
            "start": 847903002,
            "stop": 847914985
        },
        {
            "start": 847916130,
            "stop": 847922223
        },
        {
            "start": 847922827,
            "stop": 847945256
        },
        {
            "start": 847952376,
            "stop": 847952415
        },
        {
            "start": 847952938,
            "stop": 847954775
        },
        {
            "start": 847957965,
            "stop": 847958164
        },
        {
            "start": 847958166,
            "stop": 847998406
        },
        {
            "start": 848001235,
            "stop": 848004613
        },
        {
            "start": 848005122,
            "stop": 848007116
        },
        {
            "start": 848007117,
            "stop": 848010390
        },
        {
            "start": 848010391,
            "stop": 848014671
        },
        {
            "start": 848015191,
            "stop": 848030775
        }
    ]
}