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/S5/timelines/L1_DATA/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=8",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 9,
    "results": [
        {
            "start": 817588111,
            "stop": 817588128
        },
        {
            "start": 817589035,
            "stop": 817594154
        },
        {
            "start": 817600227,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817632944
        },
        {
            "start": 817634454,
            "stop": 817635098
        },
        {
            "start": 817635730,
            "stop": 817638223
        },
        {
            "start": 817638857,
            "stop": 817661821
        },
        {
            "start": 817692013,
            "stop": 817698586
        },
        {
            "start": 817700009,
            "stop": 817700189
        },
        {
            "start": 817704087,
            "stop": 817719094
        },
        {
            "start": 817720684,
            "stop": 817748102
        },
        {
            "start": 817750205,
            "stop": 817750517
        },
        {
            "start": 817755360,
            "stop": 817769326
        },
        {
            "start": 817771268,
            "stop": 817771781
        },
        {
            "start": 817773011,
            "stop": 817781926
        },
        {
            "start": 817784015,
            "stop": 817803416
        },
        {
            "start": 817804811,
            "stop": 817817251
        },
        {
            "start": 817853794,
            "stop": 817855742
        },
        {
            "start": 817856616,
            "stop": 817860424
        },
        {
            "start": 817861292,
            "stop": 817873653
        }
    ]
}