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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=93",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 94,
    "results": [
        {
            "start": 954720345,
            "stop": 954725353
        },
        {
            "start": 954735710,
            "stop": 954749647
        },
        {
            "start": 954753015,
            "stop": 954759765
        },
        {
            "start": 954763427,
            "stop": 954774229
        },
        {
            "start": 954774673,
            "stop": 954775947
        },
        {
            "start": 954779740,
            "stop": 954780994
        },
        {
            "start": 954793868,
            "stop": 954809524
        },
        {
            "start": 954824645,
            "stop": 954847789
        },
        {
            "start": 954852243,
            "stop": 954853895
        },
        {
            "start": 954855237,
            "stop": 954855409
        },
        {
            "start": 954856530,
            "stop": 954857742
        },
        {
            "start": 954858625,
            "stop": 954863312
        },
        {
            "start": 954864740,
            "stop": 954868614
        },
        {
            "start": 954869119,
            "stop": 954872268
        },
        {
            "start": 954873157,
            "stop": 954884401
        },
        {
            "start": 954914596,
            "stop": 954936380
        },
        {
            "start": 954939723,
            "stop": 954949919
        },
        {
            "start": 954950279,
            "stop": 954957133
        },
        {
            "start": 954964271,
            "stop": 954978804
        },
        {
            "start": 955013425,
            "stop": 955015790
        }
    ]
}