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_CAT3/segments?format=api&page=425
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=426",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=424",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 425,
    "results": [
        {
            "start": 1267600740,
            "stop": 1267600769
        },
        {
            "start": 1267600770,
            "stop": 1267600771
        },
        {
            "start": 1267600772,
            "stop": 1267600774
        },
        {
            "start": 1267600775,
            "stop": 1267600784
        },
        {
            "start": 1267600785,
            "stop": 1267600786
        },
        {
            "start": 1267600787,
            "stop": 1267600802
        },
        {
            "start": 1267600804,
            "stop": 1267600805
        },
        {
            "start": 1267600807,
            "stop": 1267600818
        },
        {
            "start": 1267600819,
            "stop": 1267600820
        },
        {
            "start": 1267600821,
            "stop": 1267600828
        },
        {
            "start": 1267600829,
            "stop": 1267600832
        },
        {
            "start": 1267600833,
            "stop": 1267600866
        },
        {
            "start": 1267600867,
            "stop": 1267600869
        },
        {
            "start": 1267600872,
            "stop": 1267600879
        },
        {
            "start": 1267600881,
            "stop": 1267600893
        },
        {
            "start": 1267600894,
            "stop": 1267600906
        },
        {
            "start": 1267600907,
            "stop": 1267600908
        },
        {
            "start": 1267600912,
            "stop": 1267600916
        },
        {
            "start": 1267600917,
            "stop": 1267600939
        },
        {
            "start": 1267600940,
            "stop": 1267600941
        }
    ]
}