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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=86",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 87,
    "results": [
        {
            "start": 1238516083,
            "stop": 1238516305
        },
        {
            "start": 1238516307,
            "stop": 1238516501
        },
        {
            "start": 1238516502,
            "stop": 1238516876
        },
        {
            "start": 1238516878,
            "stop": 1238516884
        },
        {
            "start": 1238516885,
            "stop": 1238516905
        },
        {
            "start": 1238516907,
            "stop": 1238517134
        },
        {
            "start": 1238517138,
            "stop": 1238517147
        },
        {
            "start": 1238517149,
            "stop": 1238517239
        },
        {
            "start": 1238517241,
            "stop": 1238517312
        },
        {
            "start": 1238517315,
            "stop": 1238517516
        },
        {
            "start": 1238517518,
            "stop": 1238517541
        },
        {
            "start": 1238517544,
            "stop": 1238517577
        },
        {
            "start": 1238517582,
            "stop": 1238517593
        },
        {
            "start": 1238517596,
            "stop": 1238517598
        },
        {
            "start": 1238517600,
            "stop": 1238517687
        },
        {
            "start": 1238517688,
            "stop": 1238517707
        },
        {
            "start": 1238517711,
            "stop": 1238517721
        },
        {
            "start": 1238517725,
            "stop": 1238517735
        },
        {
            "start": 1238517736,
            "stop": 1238517737
        },
        {
            "start": 1238517739,
            "stop": 1238517740
        }
    ]
}