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=9765
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=9766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9764",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9765,
    "results": [
        {
            "start": 873604836,
            "stop": 873604900
        },
        {
            "start": 873604903,
            "stop": 873604927
        },
        {
            "start": 873604930,
            "stop": 873605081
        },
        {
            "start": 873605084,
            "stop": 873605143
        },
        {
            "start": 873605146,
            "stop": 873605187
        },
        {
            "start": 873605191,
            "stop": 873605193
        },
        {
            "start": 873605196,
            "stop": 873605198
        },
        {
            "start": 873605208,
            "stop": 873605294
        },
        {
            "start": 873605297,
            "stop": 873605440
        },
        {
            "start": 873605443,
            "stop": 873605519
        },
        {
            "start": 873605522,
            "stop": 873605773
        },
        {
            "start": 873605776,
            "stop": 873605779
        },
        {
            "start": 873605782,
            "stop": 873606010
        },
        {
            "start": 873606013,
            "stop": 873606017
        },
        {
            "start": 873606020,
            "stop": 873606101
        },
        {
            "start": 873606106,
            "stop": 873606177
        },
        {
            "start": 873606180,
            "stop": 873606191
        },
        {
            "start": 873606196,
            "stop": 873606197
        },
        {
            "start": 873606200,
            "stop": 873606201
        },
        {
            "start": 873606209,
            "stop": 873606218
        }
    ]
}