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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=88",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 89,
    "results": [
        {
            "start": 1238718442,
            "stop": 1238718513
        },
        {
            "start": 1238718514,
            "stop": 1238718636
        },
        {
            "start": 1238718638,
            "stop": 1238718673
        },
        {
            "start": 1238718674,
            "stop": 1238718712
        },
        {
            "start": 1238718713,
            "stop": 1238718726
        },
        {
            "start": 1238718728,
            "stop": 1238718775
        },
        {
            "start": 1238718778,
            "stop": 1238718790
        },
        {
            "start": 1238718792,
            "stop": 1238718793
        },
        {
            "start": 1238718795,
            "stop": 1238718803
        },
        {
            "start": 1238718807,
            "stop": 1238718812
        },
        {
            "start": 1238718814,
            "stop": 1238718816
        },
        {
            "start": 1238718817,
            "stop": 1238718818
        },
        {
            "start": 1238718820,
            "stop": 1238718861
        },
        {
            "start": 1238718864,
            "stop": 1238718870
        },
        {
            "start": 1238718872,
            "stop": 1238718879
        },
        {
            "start": 1238718880,
            "stop": 1238718895
        },
        {
            "start": 1238718897,
            "stop": 1238718911
        },
        {
            "start": 1238718915,
            "stop": 1238718916
        },
        {
            "start": 1238718917,
            "stop": 1238718937
        },
        {
            "start": 1238718939,
            "stop": 1238718946
        }
    ]
}