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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=333",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 334,
    "results": [
        {
            "start": 931777379,
            "stop": 931777380
        },
        {
            "start": 931777397,
            "stop": 931777398
        },
        {
            "start": 931777401,
            "stop": 931777406
        },
        {
            "start": 931777409,
            "stop": 931777412
        },
        {
            "start": 931777417,
            "stop": 931777422
        },
        {
            "start": 931777426,
            "stop": 931777442
        },
        {
            "start": 931777451,
            "stop": 931777452
        },
        {
            "start": 931777455,
            "stop": 931777461
        },
        {
            "start": 931777467,
            "stop": 931777468
        },
        {
            "start": 931777477,
            "stop": 931777479
        },
        {
            "start": 931777482,
            "stop": 931777496
        },
        {
            "start": 931777499,
            "stop": 931777500
        },
        {
            "start": 931777503,
            "stop": 931777505
        },
        {
            "start": 931777508,
            "stop": 931777511
        },
        {
            "start": 931777521,
            "stop": 931777524
        },
        {
            "start": 931777530,
            "stop": 931777531
        },
        {
            "start": 931777534,
            "stop": 931777535
        },
        {
            "start": 931777539,
            "stop": 931777541
        },
        {
            "start": 931782477,
            "stop": 931782478
        },
        {
            "start": 931782480,
            "stop": 931782488
        }
    ]
}