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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=5",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 6,
    "results": [
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816675841
        },
        {
            "start": 816676673,
            "stop": 816693875
        },
        {
            "start": 816697874,
            "stop": 816697875
        },
        {
            "start": 816697879,
            "stop": 816697880
        },
        {
            "start": 816697883,
            "stop": 816697886
        },
        {
            "start": 816697887,
            "stop": 816697898
        },
        {
            "start": 816697900,
            "stop": 816697901
        },
        {
            "start": 816697905,
            "stop": 816697906
        },
        {
            "start": 816697908,
            "stop": 816698520
        },
        {
            "start": 816698524,
            "stop": 816698544
        },
        {
            "start": 816698548,
            "stop": 816698564
        },
        {
            "start": 816706743,
            "stop": 816706782
        },
        {
            "start": 816706784,
            "stop": 816707372
        },
        {
            "start": 816737408,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816738415
        },
        {
            "start": 816738416,
            "stop": 816738715
        },
        {
            "start": 816738717,
            "stop": 816749343
        },
        {
            "start": 816749345,
            "stop": 816749368
        },
        {
            "start": 816749370,
            "stop": 816749419
        }
    ]
}