Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1513
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=1514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1512",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1513,
    "results": [
        {
            "start": 870343000,
            "stop": 870369945
        },
        {
            "start": 870369948,
            "stop": 870372807
        },
        {
            "start": 870372810,
            "stop": 870391742
        },
        {
            "start": 870391745,
            "stop": 870394876
        },
        {
            "start": 870394879,
            "stop": 870394918
        },
        {
            "start": 870394922,
            "stop": 870403843
        },
        {
            "start": 870404841,
            "stop": 870467391
        },
        {
            "start": 870468356,
            "stop": 870481098
        },
        {
            "start": 870481101,
            "stop": 870521524
        },
        {
            "start": 870521727,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870553075
        },
        {
            "start": 870553078,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870558373
        },
        {
            "start": 870558376,
            "stop": 870559987
        },
        {
            "start": 870560960,
            "stop": 870568212
        },
        {
            "start": 870569365,
            "stop": 870578162
        },
        {
            "start": 870578569,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870624393
        },
        {
            "start": 870624396,
            "stop": 870624398
        },
        {
            "start": 870624401,
            "stop": 870625346
        }
    ]
}