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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=42",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 43,
    "results": [
        {
            "start": 1247248441,
            "stop": 1247254549
        },
        {
            "start": 1247254565,
            "stop": 1247254573
        },
        {
            "start": 1247254589,
            "stop": 1247254605
        },
        {
            "start": 1247254621,
            "stop": 1247255653
        },
        {
            "start": 1247260382,
            "stop": 1247286575
        },
        {
            "start": 1247289383,
            "stop": 1247289633
        },
        {
            "start": 1247315374,
            "stop": 1247315510
        },
        {
            "start": 1247315722,
            "stop": 1247316924
        },
        {
            "start": 1247320256,
            "stop": 1247321550
        },
        {
            "start": 1247325335,
            "stop": 1247328340
        },
        {
            "start": 1247330403,
            "stop": 1247330568
        },
        {
            "start": 1247330573,
            "stop": 1247330575
        },
        {
            "start": 1247330833,
            "stop": 1247348074
        },
        {
            "start": 1247349953,
            "stop": 1247391282
        },
        {
            "start": 1247392731,
            "stop": 1247397758
        },
        {
            "start": 1247399157,
            "stop": 1247399795
        },
        {
            "start": 1247400152,
            "stop": 1247402012
        },
        {
            "start": 1247402014,
            "stop": 1247402024
        },
        {
            "start": 1247402054,
            "stop": 1247404877
        },
        {
            "start": 1247407566,
            "stop": 1247409628
        }
    ]
}