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/O1/timelines/L1_DATA/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/O1/timelines/L1_DATA/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=12",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 13,
    "results": [
        {
            "start": 1131269743,
            "stop": 1131276436
        },
        {
            "start": 1131277155,
            "stop": 1131280072
        },
        {
            "start": 1131283599,
            "stop": 1131298698
        },
        {
            "start": 1131306188,
            "stop": 1131308974
        },
        {
            "start": 1131309187,
            "stop": 1131334715
        },
        {
            "start": 1131335337,
            "stop": 1131343398
        },
        {
            "start": 1131347945,
            "stop": 1131363871
        },
        {
            "start": 1131364956,
            "stop": 1131372171
        },
        {
            "start": 1131376954,
            "stop": 1131377108
        },
        {
            "start": 1131377306,
            "stop": 1131377916
        },
        {
            "start": 1131378295,
            "stop": 1131397345
        },
        {
            "start": 1131397984,
            "stop": 1131405141
        },
        {
            "start": 1131405409,
            "stop": 1131426271
        },
        {
            "start": 1131437542,
            "stop": 1131448323
        },
        {
            "start": 1131448969,
            "stop": 1131454096
        },
        {
            "start": 1131464003,
            "stop": 1131465647
        },
        {
            "start": 1131469292,
            "stop": 1131475229
        },
        {
            "start": 1131478538,
            "stop": 1131479200
        },
        {
            "start": 1131483416,
            "stop": 1131484814
        },
        {
            "start": 1131521937,
            "stop": 1131533520
        }
    ]
}