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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=48",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 49,
    "results": [
        {
            "start": 1262685159,
            "stop": 1262685422
        },
        {
            "start": 1262685424,
            "stop": 1262685605
        },
        {
            "start": 1262685607,
            "stop": 1262685693
        },
        {
            "start": 1262685695,
            "stop": 1262685877
        },
        {
            "start": 1262685879,
            "stop": 1262686023
        },
        {
            "start": 1262686026,
            "stop": 1262686355
        },
        {
            "start": 1262686357,
            "stop": 1262686382
        },
        {
            "start": 1262686386,
            "stop": 1262686390
        },
        {
            "start": 1262686392,
            "stop": 1262686523
        },
        {
            "start": 1262686529,
            "stop": 1262686600
        },
        {
            "start": 1262686603,
            "stop": 1262686605
        },
        {
            "start": 1262686607,
            "stop": 1262686717
        },
        {
            "start": 1262686720,
            "stop": 1262686983
        },
        {
            "start": 1262686985,
            "stop": 1262687485
        },
        {
            "start": 1262687487,
            "stop": 1262687647
        },
        {
            "start": 1262687649,
            "stop": 1262687671
        },
        {
            "start": 1262687674,
            "stop": 1262687696
        },
        {
            "start": 1262687698,
            "stop": 1262687699
        },
        {
            "start": 1262687701,
            "stop": 1262687926
        },
        {
            "start": 1262687929,
            "stop": 1262687999
        }
    ]
}