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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=47",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 48,
    "results": [
        {
            "start": 942254447,
            "stop": 942254930
        },
        {
            "start": 942255770,
            "stop": 942255934
        },
        {
            "start": 942258827,
            "stop": 942259567
        },
        {
            "start": 942263013,
            "stop": 942263478
        },
        {
            "start": 942263594,
            "stop": 942263701
        },
        {
            "start": 942268509,
            "stop": 942269063
        },
        {
            "start": 942269651,
            "stop": 942270172
        },
        {
            "start": 942271009,
            "stop": 942272659
        },
        {
            "start": 942273824,
            "stop": 942275831
        },
        {
            "start": 942278292,
            "stop": 942281487
        },
        {
            "start": 942282370,
            "stop": 942283926
        },
        {
            "start": 942284539,
            "stop": 942287468
        },
        {
            "start": 942289391,
            "stop": 942291702
        },
        {
            "start": 942293203,
            "stop": 942296391
        },
        {
            "start": 942297595,
            "stop": 942297839
        },
        {
            "start": 942298558,
            "stop": 942309684
        },
        {
            "start": 942310248,
            "stop": 942327373
        },
        {
            "start": 942330132,
            "stop": 942330348
        },
        {
            "start": 942331426,
            "stop": 942332441
        },
        {
            "start": 942333393,
            "stop": 942336170
        }
    ]
}