Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=457
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=456",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 457,
    "results": [
        {
            "start": 860492017,
            "stop": 860492018
        },
        {
            "start": 860492019,
            "stop": 860492022
        },
        {
            "start": 860492027,
            "stop": 860492033
        },
        {
            "start": 860492035,
            "stop": 860492036
        },
        {
            "start": 860492038,
            "stop": 860492052
        },
        {
            "start": 860492056,
            "stop": 860492098
        },
        {
            "start": 860492100,
            "stop": 860497176
        },
        {
            "start": 860497574,
            "stop": 860499098
        },
        {
            "start": 860499530,
            "stop": 860507605
        },
        {
            "start": 860507793,
            "stop": 860507828
        },
        {
            "start": 860507829,
            "stop": 860507851
        },
        {
            "start": 860507854,
            "stop": 860507876
        },
        {
            "start": 860509477,
            "stop": 860511323
        },
        {
            "start": 860514353,
            "stop": 860522916
        },
        {
            "start": 860522918,
            "stop": 860525412
        },
        {
            "start": 860525413,
            "stop": 860526248
        },
        {
            "start": 860533675,
            "stop": 860535399
        },
        {
            "start": 860535837,
            "stop": 860539115
        },
        {
            "start": 860540886,
            "stop": 860540897
        },
        {
            "start": 860540898,
            "stop": 860541100
        }
    ]
}