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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=222",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 223,
    "results": [
        {
            "start": 845888576,
            "stop": 845896813
        },
        {
            "start": 845899257,
            "stop": 845902434
        },
        {
            "start": 845903836,
            "stop": 845906034
        },
        {
            "start": 845910518,
            "stop": 845912809
        },
        {
            "start": 846080082,
            "stop": 846084133
        },
        {
            "start": 846085202,
            "stop": 846093544
        },
        {
            "start": 846093827,
            "stop": 846098953
        },
        {
            "start": 846098966,
            "stop": 846098967
        },
        {
            "start": 846099257,
            "stop": 846099295
        },
        {
            "start": 846099428,
            "stop": 846099913
        },
        {
            "start": 846099924,
            "stop": 846099925
        },
        {
            "start": 846100123,
            "stop": 846100976
        },
        {
            "start": 846102182,
            "stop": 846102430
        },
        {
            "start": 846102729,
            "stop": 846104647
        },
        {
            "start": 846113985,
            "stop": 846115453
        },
        {
            "start": 846115491,
            "stop": 846115492
        },
        {
            "start": 846115573,
            "stop": 846115746
        },
        {
            "start": 846115819,
            "stop": 846116233
        },
        {
            "start": 846116279,
            "stop": 846116281
        },
        {
            "start": 846116353,
            "stop": 846117913
        }
    ]
}