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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14320",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14321,
    "results": [
        {
            "start": 971252147,
            "stop": 971252155
        },
        {
            "start": 971252156,
            "stop": 971252177
        },
        {
            "start": 971252178,
            "stop": 971252190
        },
        {
            "start": 971252191,
            "stop": 971252202
        },
        {
            "start": 971252203,
            "stop": 971252216
        },
        {
            "start": 971252217,
            "stop": 971252225
        },
        {
            "start": 971252226,
            "stop": 971252227
        },
        {
            "start": 971252230,
            "stop": 971252237
        },
        {
            "start": 971252239,
            "stop": 971252242
        },
        {
            "start": 971252244,
            "stop": 971252270
        },
        {
            "start": 971252271,
            "stop": 971252278
        },
        {
            "start": 971252280,
            "stop": 971252284
        },
        {
            "start": 971252286,
            "stop": 971252295
        },
        {
            "start": 971252297,
            "stop": 971252307
        },
        {
            "start": 971252308,
            "stop": 971252350
        },
        {
            "start": 971252351,
            "stop": 971252355
        },
        {
            "start": 971252356,
            "stop": 971252359
        },
        {
            "start": 971252360,
            "stop": 971252370
        },
        {
            "start": 971252371,
            "stop": 971252389
        },
        {
            "start": 971252392,
            "stop": 971252395
        }
    ]
}