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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=171",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 172,
    "results": [
        {
            "start": 845811056,
            "stop": 845817310
        },
        {
            "start": 845818529,
            "stop": 845818860
        },
        {
            "start": 845853276,
            "stop": 845860813
        },
        {
            "start": 845863044,
            "stop": 845866901
        },
        {
            "start": 845866948,
            "stop": 845870097
        },
        {
            "start": 845870341,
            "stop": 845882431
        },
        {
            "start": 845883615,
            "stop": 845886467
        },
        {
            "start": 845888576,
            "stop": 845896856
        },
        {
            "start": 845899257,
            "stop": 845902463
        },
        {
            "start": 845903836,
            "stop": 845906064
        },
        {
            "start": 845910518,
            "stop": 845912839
        },
        {
            "start": 846080082,
            "stop": 846084133
        },
        {
            "start": 846085202,
            "stop": 846093544
        },
        {
            "start": 846093827,
            "stop": 846098967
        },
        {
            "start": 846099257,
            "stop": 846099295
        },
        {
            "start": 846099428,
            "stop": 846099925
        },
        {
            "start": 846100123,
            "stop": 846100976
        },
        {
            "start": 846102182,
            "stop": 846102430
        },
        {
            "start": 846102729,
            "stop": 846104677
        },
        {
            "start": 846113985,
            "stop": 846115492
        }
    ]
}