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=6076
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=6077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6075",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6076,
    "results": [
        {
            "start": 873887093,
            "stop": 873887218
        },
        {
            "start": 873887223,
            "stop": 873887230
        },
        {
            "start": 873887237,
            "stop": 873887249
        },
        {
            "start": 873887252,
            "stop": 873887253
        },
        {
            "start": 873887256,
            "stop": 873887565
        },
        {
            "start": 873887569,
            "stop": 873887583
        },
        {
            "start": 873887589,
            "stop": 873887600
        },
        {
            "start": 873887607,
            "stop": 873887610
        },
        {
            "start": 873887613,
            "stop": 873887627
        },
        {
            "start": 873889735,
            "stop": 873889751
        },
        {
            "start": 873889752,
            "stop": 873889753
        },
        {
            "start": 873889754,
            "stop": 873889763
        },
        {
            "start": 873889765,
            "stop": 873889769
        },
        {
            "start": 873889770,
            "stop": 873889787
        },
        {
            "start": 873889788,
            "stop": 873889810
        },
        {
            "start": 873889811,
            "stop": 873889822
        },
        {
            "start": 873889823,
            "stop": 873889828
        },
        {
            "start": 873889829,
            "stop": 873889833
        },
        {
            "start": 873889834,
            "stop": 873889841
        },
        {
            "start": 873889844,
            "stop": 873889874
        }
    ]
}