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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=193",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 194,
    "results": [
        {
            "start": 846615049,
            "stop": 846617321
        },
        {
            "start": 846617329,
            "stop": 846617330
        },
        {
            "start": 846617341,
            "stop": 846618208
        },
        {
            "start": 846618219,
            "stop": 846618276
        },
        {
            "start": 846618287,
            "stop": 846620088
        },
        {
            "start": 846620743,
            "stop": 846622389
        },
        {
            "start": 846622397,
            "stop": 846622401
        },
        {
            "start": 846622407,
            "stop": 846623793
        },
        {
            "start": 846624913,
            "stop": 846641484
        },
        {
            "start": 846641486,
            "stop": 846641655
        },
        {
            "start": 846647923,
            "stop": 846683961
        },
        {
            "start": 846683967,
            "stop": 846691519
        },
        {
            "start": 846691521,
            "stop": 846691525
        },
        {
            "start": 846691526,
            "stop": 846691533
        },
        {
            "start": 846691537,
            "stop": 846691551
        },
        {
            "start": 846691553,
            "stop": 846691563
        },
        {
            "start": 846691564,
            "stop": 846691566
        },
        {
            "start": 846691568,
            "stop": 846698866
        },
        {
            "start": 846698875,
            "stop": 846702804
        },
        {
            "start": 846702806,
            "stop": 846703243
        }
    ]
}