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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=51",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 52,
    "results": [
        {
            "start": 942630540,
            "stop": 942631676
        },
        {
            "start": 942632382,
            "stop": 942639971
        },
        {
            "start": 942641228,
            "stop": 942645399
        },
        {
            "start": 942646318,
            "stop": 942647654
        },
        {
            "start": 942648658,
            "stop": 942651246
        },
        {
            "start": 942653842,
            "stop": 942657529
        },
        {
            "start": 942658869,
            "stop": 942660373
        },
        {
            "start": 942661474,
            "stop": 942661503
        },
        {
            "start": 942661561,
            "stop": 942661773
        },
        {
            "start": 942661813,
            "stop": 942661844
        },
        {
            "start": 942662087,
            "stop": 942662149
        },
        {
            "start": 942662421,
            "stop": 942664308
        },
        {
            "start": 942664591,
            "stop": 942665896
        },
        {
            "start": 942666779,
            "stop": 942667444
        },
        {
            "start": 942668904,
            "stop": 942669385
        },
        {
            "start": 942721520,
            "stop": 942721712
        },
        {
            "start": 942723456,
            "stop": 942725398
        },
        {
            "start": 942726791,
            "stop": 942728837
        },
        {
            "start": 942729786,
            "stop": 942730910
        },
        {
            "start": 942731600,
            "stop": 942732354
        }
    ]
}