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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4683",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4681",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4682,
    "results": [
        {
            "start": 969867035,
            "stop": 969867474
        },
        {
            "start": 969867477,
            "stop": 969867612
        },
        {
            "start": 969867615,
            "stop": 969867668
        },
        {
            "start": 969867671,
            "stop": 969868510
        },
        {
            "start": 969868527,
            "stop": 969868754
        },
        {
            "start": 969868757,
            "stop": 969869672
        },
        {
            "start": 969869675,
            "stop": 969870414
        },
        {
            "start": 969870417,
            "stop": 969871770
        },
        {
            "start": 969871773,
            "stop": 969871798
        },
        {
            "start": 969871801,
            "stop": 969873043
        },
        {
            "start": 969873046,
            "stop": 969873286
        },
        {
            "start": 969873289,
            "stop": 969873343
        },
        {
            "start": 969873346,
            "stop": 969873423
        },
        {
            "start": 969873426,
            "stop": 969873881
        },
        {
            "start": 969873884,
            "stop": 969874055
        },
        {
            "start": 969874058,
            "stop": 969874269
        },
        {
            "start": 969874272,
            "stop": 969874372
        },
        {
            "start": 969874375,
            "stop": 969874813
        },
        {
            "start": 969874816,
            "stop": 969874946
        },
        {
            "start": 969874949,
            "stop": 969875190
        }
    ]
}