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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=142",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 143,
    "results": [
        {
            "start": 966619319,
            "stop": 966630217
        },
        {
            "start": 966633730,
            "stop": 966640364
        },
        {
            "start": 966640420,
            "stop": 966643456
        },
        {
            "start": 966644057,
            "stop": 966651406
        },
        {
            "start": 966656500,
            "stop": 966686540
        },
        {
            "start": 966687808,
            "stop": 966687953
        },
        {
            "start": 966705395,
            "stop": 966708067
        },
        {
            "start": 966708242,
            "stop": 966715840
        },
        {
            "start": 966716570,
            "stop": 966717828
        },
        {
            "start": 966718610,
            "stop": 966725430
        },
        {
            "start": 966725716,
            "stop": 966730022
        },
        {
            "start": 966731275,
            "stop": 966772299
        },
        {
            "start": 966774212,
            "stop": 966776127
        },
        {
            "start": 966776175,
            "stop": 966776696
        },
        {
            "start": 966779323,
            "stop": 966792734
        },
        {
            "start": 966793488,
            "stop": 966794192
        },
        {
            "start": 966795341,
            "stop": 966796661
        },
        {
            "start": 966801250,
            "stop": 966811991
        },
        {
            "start": 966814085,
            "stop": 966815698
        },
        {
            "start": 966816179,
            "stop": 966824245
        }
    ]
}