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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=113",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 114,
    "results": [
        {
            "start": 931339601,
            "stop": 931339602
        },
        {
            "start": 931339612,
            "stop": 931339614
        },
        {
            "start": 931339621,
            "stop": 931339624
        },
        {
            "start": 931339632,
            "stop": 931339633
        },
        {
            "start": 931339639,
            "stop": 931339641
        },
        {
            "start": 931339644,
            "stop": 931339646
        },
        {
            "start": 931339664,
            "stop": 931339666
        },
        {
            "start": 931339669,
            "stop": 931339670
        },
        {
            "start": 931339676,
            "stop": 931339677
        },
        {
            "start": 931339680,
            "stop": 931339681
        },
        {
            "start": 931339687,
            "stop": 931339688
        },
        {
            "start": 931339704,
            "stop": 931339706
        },
        {
            "start": 931339710,
            "stop": 931339711
        },
        {
            "start": 931339716,
            "stop": 931339717
        },
        {
            "start": 931339722,
            "stop": 931339724
        },
        {
            "start": 931339726,
            "stop": 931339727
        },
        {
            "start": 931339729,
            "stop": 931339731
        },
        {
            "start": 931339736,
            "stop": 931339739
        },
        {
            "start": 931339741,
            "stop": 931339742
        },
        {
            "start": 931339752,
            "stop": 931339753
        }
    ]
}