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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9774",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9775,
    "results": [
        {
            "start": 873721147,
            "stop": 873721156
        },
        {
            "start": 873721160,
            "stop": 873721163
        },
        {
            "start": 873721165,
            "stop": 873721178
        },
        {
            "start": 873721179,
            "stop": 873721195
        },
        {
            "start": 873721196,
            "stop": 873721201
        },
        {
            "start": 873721203,
            "stop": 873721208
        },
        {
            "start": 873721209,
            "stop": 873721214
        },
        {
            "start": 873721216,
            "stop": 873721224
        },
        {
            "start": 873721225,
            "stop": 873721228
        },
        {
            "start": 873721229,
            "stop": 873721250
        },
        {
            "start": 873721254,
            "stop": 873721256
        },
        {
            "start": 873721258,
            "stop": 873721266
        },
        {
            "start": 873721267,
            "stop": 873721295
        },
        {
            "start": 873721297,
            "stop": 873721302
        },
        {
            "start": 873721303,
            "stop": 873721307
        },
        {
            "start": 873721310,
            "stop": 873721330
        },
        {
            "start": 873721331,
            "stop": 873721333
        },
        {
            "start": 873721334,
            "stop": 873721348
        },
        {
            "start": 873721349,
            "stop": 873721351
        },
        {
            "start": 873721352,
            "stop": 873721358
        }
    ]
}