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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=12",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 13,
    "results": [
        {
            "start": 816662312,
            "stop": 816662801
        },
        {
            "start": 816662809,
            "stop": 816662844
        },
        {
            "start": 816662847,
            "stop": 816662849
        },
        {
            "start": 816662852,
            "stop": 816662893
        },
        {
            "start": 816663559,
            "stop": 816664206
        },
        {
            "start": 816664209,
            "stop": 816664875
        },
        {
            "start": 816664878,
            "stop": 816665621
        },
        {
            "start": 816665624,
            "stop": 816665653
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816669755
        },
        {
            "start": 816669759,
            "stop": 816669926
        },
        {
            "start": 816669929,
            "stop": 816669934
        },
        {
            "start": 816669938,
            "stop": 816670102
        },
        {
            "start": 816670106,
            "stop": 816670335
        },
        {
            "start": 816670338,
            "stop": 816670543
        },
        {
            "start": 816670546,
            "stop": 816670555
        },
        {
            "start": 816670558,
            "stop": 816670572
        },
        {
            "start": 816670576,
            "stop": 816671510
        },
        {
            "start": 816671513,
            "stop": 816671688
        },
        {
            "start": 816671691,
            "stop": 816671702
        }
    ]
}