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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=335",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 336,
    "results": [
        {
            "start": 931781415,
            "stop": 931781421
        },
        {
            "start": 931781423,
            "stop": 931781436
        },
        {
            "start": 931781438,
            "stop": 931781443
        },
        {
            "start": 931781445,
            "stop": 931781460
        },
        {
            "start": 931781461,
            "stop": 931781466
        },
        {
            "start": 931781468,
            "stop": 931781490
        },
        {
            "start": 931781492,
            "stop": 931781529
        },
        {
            "start": 931781532,
            "stop": 931781535
        },
        {
            "start": 931781536,
            "stop": 931781538
        },
        {
            "start": 931781540,
            "stop": 931781544
        },
        {
            "start": 931781545,
            "stop": 931781559
        },
        {
            "start": 931781561,
            "stop": 931781567
        },
        {
            "start": 931781568,
            "stop": 931781572
        },
        {
            "start": 931781574,
            "stop": 931781575
        },
        {
            "start": 931781577,
            "stop": 931781587
        },
        {
            "start": 931781591,
            "stop": 931781607
        },
        {
            "start": 931781609,
            "stop": 931781612
        },
        {
            "start": 931781616,
            "stop": 931781617
        },
        {
            "start": 931781621,
            "stop": 931781626
        },
        {
            "start": 931781631,
            "stop": 931781655
        }
    ]
}