Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=336
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=335",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 336,
    "results": [
        {
            "start": 1264997116,
            "stop": 1264997163
        },
        {
            "start": 1264997166,
            "stop": 1264997167
        },
        {
            "start": 1264997168,
            "stop": 1264997226
        },
        {
            "start": 1264997227,
            "stop": 1264997281
        },
        {
            "start": 1264997282,
            "stop": 1264997294
        },
        {
            "start": 1264997295,
            "stop": 1264998346
        },
        {
            "start": 1264998347,
            "stop": 1264998528
        },
        {
            "start": 1264998529,
            "stop": 1264998938
        },
        {
            "start": 1264998940,
            "stop": 1264999006
        },
        {
            "start": 1264999007,
            "stop": 1264999240
        },
        {
            "start": 1264999241,
            "stop": 1264999280
        },
        {
            "start": 1264999281,
            "stop": 1264999298
        },
        {
            "start": 1264999299,
            "stop": 1264999533
        },
        {
            "start": 1264999534,
            "stop": 1264999536
        },
        {
            "start": 1264999537,
            "stop": 1264999538
        },
        {
            "start": 1264999539,
            "stop": 1264999570
        },
        {
            "start": 1264999572,
            "stop": 1264999586
        },
        {
            "start": 1264999587,
            "stop": 1264999833
        },
        {
            "start": 1264999834,
            "stop": 1264999979
        },
        {
            "start": 1264999980,
            "stop": 1265000582
        }
    ]
}