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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=129",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 130,
    "results": [
        {
            "start": 963684258,
            "stop": 963684773
        },
        {
            "start": 963800396,
            "stop": 963800705
        },
        {
            "start": 963810232,
            "stop": 963813771
        },
        {
            "start": 963815362,
            "stop": 963817266
        },
        {
            "start": 963819355,
            "stop": 963819652
        },
        {
            "start": 963821055,
            "stop": 963824360
        },
        {
            "start": 963825058,
            "stop": 963832855
        },
        {
            "start": 963833494,
            "stop": 963837010
        },
        {
            "start": 963837936,
            "stop": 963838754
        },
        {
            "start": 963842775,
            "stop": 963842984
        },
        {
            "start": 963845852,
            "stop": 963846393
        },
        {
            "start": 963854105,
            "stop": 963855176
        },
        {
            "start": 963857564,
            "stop": 963857887
        },
        {
            "start": 963875157,
            "stop": 963876659
        },
        {
            "start": 963886834,
            "stop": 963895175
        },
        {
            "start": 963897506,
            "stop": 963916856
        },
        {
            "start": 963929062,
            "stop": 963929640
        },
        {
            "start": 963933675,
            "stop": 963934271
        },
        {
            "start": 963939072,
            "stop": 963939266
        },
        {
            "start": 963940366,
            "stop": 963940692
        }
    ]
}