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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=120",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 121,
    "results": [
        {
            "start": 821706698,
            "stop": 821706878
        },
        {
            "start": 821707156,
            "stop": 821707216
        },
        {
            "start": 821707546,
            "stop": 821707726
        },
        {
            "start": 821708038,
            "stop": 821708158
        },
        {
            "start": 821708676,
            "stop": 821708736
        },
        {
            "start": 821708977,
            "stop": 821709097
        },
        {
            "start": 821709412,
            "stop": 821709472
        },
        {
            "start": 821709745,
            "stop": 821709835
        },
        {
            "start": 821710125,
            "stop": 821710365
        },
        {
            "start": 821710671,
            "stop": 821710731
        },
        {
            "start": 821710882,
            "stop": 821711122
        },
        {
            "start": 821712448,
            "stop": 821712508
        },
        {
            "start": 821760596,
            "stop": 821762096
        },
        {
            "start": 821762517,
            "stop": 821762637
        },
        {
            "start": 821764881,
            "stop": 821764941
        },
        {
            "start": 821768467,
            "stop": 821768527
        },
        {
            "start": 821768908,
            "stop": 821768968
        },
        {
            "start": 821769905,
            "stop": 821770025
        },
        {
            "start": 821770354,
            "stop": 821770414
        },
        {
            "start": 821770570,
            "stop": 821770630
        }
    ]
}