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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=28",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 29,
    "results": [
        {
            "start": 938729083,
            "stop": 938733852
        },
        {
            "start": 938735966,
            "stop": 938737833
        },
        {
            "start": 938740043,
            "stop": 938741187
        },
        {
            "start": 938742030,
            "stop": 938742117
        },
        {
            "start": 938745630,
            "stop": 938748197
        },
        {
            "start": 938748907,
            "stop": 938748979
        },
        {
            "start": 938750884,
            "stop": 938759017
        },
        {
            "start": 938759810,
            "stop": 938766754
        },
        {
            "start": 938767269,
            "stop": 938767950
        },
        {
            "start": 938768772,
            "stop": 938776870
        },
        {
            "start": 938778469,
            "stop": 938782687
        },
        {
            "start": 938783299,
            "stop": 938785675
        },
        {
            "start": 938786280,
            "stop": 938790296
        },
        {
            "start": 938791144,
            "stop": 938792157
        },
        {
            "start": 938794494,
            "stop": 938798262
        },
        {
            "start": 938799419,
            "stop": 938802553
        },
        {
            "start": 938803220,
            "stop": 938804289
        },
        {
            "start": 938804719,
            "stop": 938805336
        },
        {
            "start": 938805773,
            "stop": 938806465
        },
        {
            "start": 938808019,
            "stop": 938809359
        }
    ]
}