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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29346",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29347,
    "results": [
        {
            "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
        },
        {
            "start": 971252396,
            "stop": 971252400
        }
    ]
}