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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1028",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1029,
    "results": [
        {
            "start": 872199880,
            "stop": 872200840
        },
        {
            "start": 872201151,
            "stop": 872201751
        },
        {
            "start": 872208158,
            "stop": 872208938
        },
        {
            "start": 872209101,
            "stop": 872209521
        },
        {
            "start": 872209689,
            "stop": 872210649
        },
        {
            "start": 872210819,
            "stop": 872210999
        },
        {
            "start": 872211169,
            "stop": 872211889
        },
        {
            "start": 872212171,
            "stop": 872212291
        },
        {
            "start": 872212456,
            "stop": 872212696
        },
        {
            "start": 872213003,
            "stop": 872214143
        },
        {
            "start": 872214311,
            "stop": 872214671
        },
        {
            "start": 872215022,
            "stop": 872215202
        },
        {
            "start": 872215392,
            "stop": 872215962
        },
        {
            "start": 872216212,
            "stop": 872216332
        },
        {
            "start": 872216525,
            "stop": 872218145
        },
        {
            "start": 872218340,
            "stop": 872218700
        },
        {
            "start": 872218871,
            "stop": 872219171
        },
        {
            "start": 872219327,
            "stop": 872219867
        },
        {
            "start": 872220016,
            "stop": 872220316
        },
        {
            "start": 872220468,
            "stop": 872223528
        }
    ]
}