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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6629",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6630,
    "results": [
        {
            "start": 874867057,
            "stop": 874867078
        },
        {
            "start": 874876031,
            "stop": 874876206
        },
        {
            "start": 874876208,
            "stop": 874876280
        },
        {
            "start": 874876281,
            "stop": 874876436
        },
        {
            "start": 874876437,
            "stop": 874876554
        },
        {
            "start": 874876555,
            "stop": 874876612
        },
        {
            "start": 874876613,
            "stop": 874876682
        },
        {
            "start": 874876683,
            "stop": 874876852
        },
        {
            "start": 874876854,
            "stop": 874877369
        },
        {
            "start": 874877370,
            "stop": 874877628
        },
        {
            "start": 874877629,
            "stop": 874877729
        },
        {
            "start": 874877730,
            "stop": 874877810
        },
        {
            "start": 874877812,
            "stop": 874877876
        },
        {
            "start": 874877877,
            "stop": 874878184
        },
        {
            "start": 874878186,
            "stop": 874878245
        },
        {
            "start": 874878247,
            "stop": 874878297
        },
        {
            "start": 874878299,
            "stop": 874878310
        },
        {
            "start": 874879206,
            "stop": 874879273
        },
        {
            "start": 874879274,
            "stop": 874879427
        },
        {
            "start": 874879428,
            "stop": 874880291
        }
    ]
}