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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=127",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 128,
    "results": [
        {
            "start": 963248482,
            "stop": 963250419
        },
        {
            "start": 963255634,
            "stop": 963255933
        },
        {
            "start": 963257487,
            "stop": 963258546
        },
        {
            "start": 963261349,
            "stop": 963262335
        },
        {
            "start": 963263014,
            "stop": 963268624
        },
        {
            "start": 963268674,
            "stop": 963271539
        },
        {
            "start": 963276272,
            "stop": 963276540
        },
        {
            "start": 963276579,
            "stop": 963276583
        },
        {
            "start": 963276599,
            "stop": 963286380
        },
        {
            "start": 963287191,
            "stop": 963302266
        },
        {
            "start": 963305861,
            "stop": 963306236
        },
        {
            "start": 963307497,
            "stop": 963313128
        },
        {
            "start": 963315148,
            "stop": 963316143
        },
        {
            "start": 963324299,
            "stop": 963327161
        },
        {
            "start": 963341015,
            "stop": 963341497
        },
        {
            "start": 963343238,
            "stop": 963349073
        },
        {
            "start": 963349360,
            "stop": 963349431
        },
        {
            "start": 963353604,
            "stop": 963361869
        },
        {
            "start": 963363463,
            "stop": 963366144
        },
        {
            "start": 963366187,
            "stop": 963366189
        }
    ]
}