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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=329",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 330,
    "results": [
        {
            "start": 931899209,
            "stop": 931899534
        },
        {
            "start": 931899536,
            "stop": 931899559
        },
        {
            "start": 931899560,
            "stop": 931900165
        },
        {
            "start": 931900167,
            "stop": 931901248
        },
        {
            "start": 931916617,
            "stop": 931916618
        },
        {
            "start": 931916664,
            "stop": 931916672
        },
        {
            "start": 931916683,
            "stop": 931916686
        },
        {
            "start": 931916692,
            "stop": 931916693
        },
        {
            "start": 931916696,
            "stop": 931916703
        },
        {
            "start": 931916707,
            "stop": 931916708
        },
        {
            "start": 931916717,
            "stop": 931916720
        },
        {
            "start": 931916722,
            "stop": 931916728
        },
        {
            "start": 931916733,
            "stop": 931916739
        },
        {
            "start": 931916747,
            "stop": 931916751
        },
        {
            "start": 931916753,
            "stop": 931916757
        },
        {
            "start": 931916761,
            "stop": 931916764
        },
        {
            "start": 931916771,
            "stop": 931916775
        },
        {
            "start": 931916779,
            "stop": 931916780
        },
        {
            "start": 931916782,
            "stop": 931916785
        },
        {
            "start": 931916790,
            "stop": 931916793
        }
    ]
}