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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=196",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 197,
    "results": [
        {
            "start": 931483340,
            "stop": 931483341
        },
        {
            "start": 931483342,
            "stop": 931483355
        },
        {
            "start": 931483359,
            "stop": 931483371
        },
        {
            "start": 931483373,
            "stop": 931483376
        },
        {
            "start": 931483381,
            "stop": 931483402
        },
        {
            "start": 931483405,
            "stop": 931483425
        },
        {
            "start": 931483428,
            "stop": 931483430
        },
        {
            "start": 931483433,
            "stop": 931483437
        },
        {
            "start": 931483440,
            "stop": 931483442
        },
        {
            "start": 931483443,
            "stop": 931483460
        },
        {
            "start": 931483463,
            "stop": 931483473
        },
        {
            "start": 931483476,
            "stop": 931483484
        },
        {
            "start": 931483486,
            "stop": 931483490
        },
        {
            "start": 931483495,
            "stop": 931483501
        },
        {
            "start": 931483503,
            "stop": 931483505
        },
        {
            "start": 931483508,
            "stop": 931483530
        },
        {
            "start": 931483533,
            "stop": 931483547
        },
        {
            "start": 931483550,
            "stop": 931483557
        },
        {
            "start": 931483560,
            "stop": 931483561
        },
        {
            "start": 931483567,
            "stop": 931483578
        }
    ]
}