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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=40",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 41,
    "results": [
        {
            "start": 1238191533,
            "stop": 1238191538
        },
        {
            "start": 1238191539,
            "stop": 1238191540
        },
        {
            "start": 1238191542,
            "stop": 1238191553
        },
        {
            "start": 1238191554,
            "stop": 1238191558
        },
        {
            "start": 1238191560,
            "stop": 1238191570
        },
        {
            "start": 1238191571,
            "stop": 1238191578
        },
        {
            "start": 1238191579,
            "stop": 1238191582
        },
        {
            "start": 1238191584,
            "stop": 1238191588
        },
        {
            "start": 1238191589,
            "stop": 1238191597
        },
        {
            "start": 1238191598,
            "stop": 1238191605
        },
        {
            "start": 1238191606,
            "stop": 1238191627
        },
        {
            "start": 1238191629,
            "stop": 1238191636
        },
        {
            "start": 1238191638,
            "stop": 1238191652
        },
        {
            "start": 1238191654,
            "stop": 1238191661
        },
        {
            "start": 1238191662,
            "stop": 1238191667
        },
        {
            "start": 1238191668,
            "stop": 1238191669
        },
        {
            "start": 1238191670,
            "stop": 1238191683
        },
        {
            "start": 1238191684,
            "stop": 1238191690
        },
        {
            "start": 1238191692,
            "stop": 1238191703
        },
        {
            "start": 1238191704,
            "stop": 1238191710
        }
    ]
}