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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=318",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 319,
    "results": [
        {
            "start": 931857660,
            "stop": 931857670
        },
        {
            "start": 931857672,
            "stop": 931857682
        },
        {
            "start": 931857685,
            "stop": 931857695
        },
        {
            "start": 931857697,
            "stop": 931857706
        },
        {
            "start": 931857709,
            "stop": 931857710
        },
        {
            "start": 931857712,
            "stop": 931857717
        },
        {
            "start": 931857719,
            "stop": 931857721
        },
        {
            "start": 931857724,
            "stop": 931857730
        },
        {
            "start": 931857733,
            "stop": 931857744
        },
        {
            "start": 931857746,
            "stop": 931857765
        },
        {
            "start": 931857768,
            "stop": 931857779
        },
        {
            "start": 931857781,
            "stop": 931857783
        },
        {
            "start": 931857785,
            "stop": 931857788
        },
        {
            "start": 931857791,
            "stop": 931857794
        },
        {
            "start": 931857797,
            "stop": 931857802
        },
        {
            "start": 931857805,
            "stop": 931857823
        },
        {
            "start": 931857827,
            "stop": 931857834
        },
        {
            "start": 931857837,
            "stop": 931857843
        },
        {
            "start": 931857851,
            "stop": 931857854
        },
        {
            "start": 931857858,
            "stop": 931857859
        }
    ]
}