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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5036",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5037,
    "results": [
        {
            "start": 872593971,
            "stop": 872594030
        },
        {
            "start": 872594066,
            "stop": 872594542
        },
        {
            "start": 872594619,
            "stop": 872595026
        },
        {
            "start": 872595133,
            "stop": 872595160
        },
        {
            "start": 872595250,
            "stop": 872595263
        },
        {
            "start": 872595349,
            "stop": 872595366
        },
        {
            "start": 872595455,
            "stop": 872595517
        },
        {
            "start": 872595553,
            "stop": 872595588
        },
        {
            "start": 872595624,
            "stop": 872595779
        },
        {
            "start": 872595815,
            "stop": 872595891
        },
        {
            "start": 872595940,
            "stop": 872596133
        },
        {
            "start": 872596169,
            "stop": 872596442
        },
        {
            "start": 872596507,
            "stop": 872596652
        },
        {
            "start": 872596720,
            "stop": 872596742
        },
        {
            "start": 872596800,
            "stop": 872596811
        },
        {
            "start": 872605814,
            "stop": 872606206
        },
        {
            "start": 872606242,
            "stop": 872606250
        },
        {
            "start": 872608633,
            "stop": 872608793
        },
        {
            "start": 872608827,
            "stop": 872608999
        },
        {
            "start": 872609035,
            "stop": 872609078
        }
    ]
}