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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=21",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 22,
    "results": [
        {
            "start": 818457864,
            "stop": 818460061
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818479693
        },
        {
            "start": 818485616,
            "stop": 818493216
        },
        {
            "start": 818493728,
            "stop": 818522046
        },
        {
            "start": 818522294,
            "stop": 818524753
        },
        {
            "start": 818547092,
            "stop": 818548859
        },
        {
            "start": 818550091,
            "stop": 818551008
        },
        {
            "start": 818552070,
            "stop": 818575693
        },
        {
            "start": 818577371,
            "stop": 818604186
        },
        {
            "start": 818606090,
            "stop": 818616793
        },
        {
            "start": 818617456,
            "stop": 818619133
        },
        {
            "start": 818621618,
            "stop": 818635016
        },
        {
            "start": 818636410,
            "stop": 818636533
        },
        {
            "start": 818637603,
            "stop": 818641133
        },
        {
            "start": 818641136,
            "stop": 818645208
        },
        {
            "start": 818647355,
            "stop": 818649493
        },
        {
            "start": 818649505,
            "stop": 818649506
        },
        {
            "start": 818649640,
            "stop": 818654653
        },
        {
            "start": 818657617,
            "stop": 818677604
        }
    ]
}