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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=161",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 162,
    "results": [
        {
            "start": 839286074,
            "stop": 839296813
        },
        {
            "start": 839297538,
            "stop": 839297688
        },
        {
            "start": 839299054,
            "stop": 839299236
        },
        {
            "start": 839299239,
            "stop": 839299243
        },
        {
            "start": 839299244,
            "stop": 839299252
        },
        {
            "start": 839299913,
            "stop": 839299998
        },
        {
            "start": 839299999,
            "stop": 839300024
        },
        {
            "start": 839300028,
            "stop": 839300059
        },
        {
            "start": 839300060,
            "stop": 839300093
        },
        {
            "start": 839301719,
            "stop": 839302010
        },
        {
            "start": 839302013,
            "stop": 839302036
        },
        {
            "start": 839302038,
            "stop": 839302188
        },
        {
            "start": 839302921,
            "stop": 839303016
        },
        {
            "start": 839303018,
            "stop": 839303121
        },
        {
            "start": 839303125,
            "stop": 839303244
        },
        {
            "start": 839303245,
            "stop": 839303246
        },
        {
            "start": 839303247,
            "stop": 839303356
        },
        {
            "start": 839303357,
            "stop": 839303486
        },
        {
            "start": 839303487,
            "stop": 839303520
        },
        {
            "start": 839303521,
            "stop": 839303524
        }
    ]
}