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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6218",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6219,
    "results": [
        {
            "start": 874684478,
            "stop": 874684504
        },
        {
            "start": 874684505,
            "stop": 874684572
        },
        {
            "start": 874684574,
            "stop": 874684817
        },
        {
            "start": 874684820,
            "stop": 874684826
        },
        {
            "start": 874684830,
            "stop": 874684840
        },
        {
            "start": 874684841,
            "stop": 874684857
        },
        {
            "start": 874684858,
            "stop": 874685059
        },
        {
            "start": 874685060,
            "stop": 874685322
        },
        {
            "start": 874685323,
            "stop": 874685437
        },
        {
            "start": 874685440,
            "stop": 874685452
        },
        {
            "start": 874685454,
            "stop": 874685465
        },
        {
            "start": 874685466,
            "stop": 874685478
        },
        {
            "start": 874685480,
            "stop": 874685548
        },
        {
            "start": 874685551,
            "stop": 874685553
        },
        {
            "start": 874685554,
            "stop": 874685556
        },
        {
            "start": 874685559,
            "stop": 874685609
        },
        {
            "start": 874685622,
            "stop": 874685672
        },
        {
            "start": 874685673,
            "stop": 874685677
        },
        {
            "start": 874685678,
            "stop": 874685732
        },
        {
            "start": 874685733,
            "stop": 874685777
        }
    ]
}