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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=45",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 46,
    "results": [
        {
            "start": 941683086,
            "stop": 941683297
        },
        {
            "start": 941683852,
            "stop": 941684277
        },
        {
            "start": 941685212,
            "stop": 941686001
        },
        {
            "start": 941686789,
            "stop": 941687137
        },
        {
            "start": 941692252,
            "stop": 941694104
        },
        {
            "start": 941698143,
            "stop": 941700235
        },
        {
            "start": 941701025,
            "stop": 941702291
        },
        {
            "start": 941703280,
            "stop": 941703419
        },
        {
            "start": 941703879,
            "stop": 941704227
        },
        {
            "start": 941707434,
            "stop": 941708944
        },
        {
            "start": 941710445,
            "stop": 941710795
        },
        {
            "start": 941711295,
            "stop": 941712471
        },
        {
            "start": 941713141,
            "stop": 941713713
        },
        {
            "start": 941714568,
            "stop": 941715849
        },
        {
            "start": 941716516,
            "stop": 941716564
        },
        {
            "start": 941719515,
            "stop": 941719871
        },
        {
            "start": 941729844,
            "stop": 941729890
        },
        {
            "start": 941731379,
            "stop": 941731613
        },
        {
            "start": 941743325,
            "stop": 941743376
        },
        {
            "start": 941765295,
            "stop": 941765307
        }
    ]
}