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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=28",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 29,
    "results": [
        {
            "start": 931246476,
            "stop": 931246486
        },
        {
            "start": 931246488,
            "stop": 931246505
        },
        {
            "start": 931246508,
            "stop": 931246527
        },
        {
            "start": 931246529,
            "stop": 931246547
        },
        {
            "start": 931246552,
            "stop": 931246562
        },
        {
            "start": 931246565,
            "stop": 931246568
        },
        {
            "start": 931246570,
            "stop": 931246572
        },
        {
            "start": 931246574,
            "stop": 931246603
        },
        {
            "start": 931246605,
            "stop": 931246636
        },
        {
            "start": 931246638,
            "stop": 931246667
        },
        {
            "start": 931246669,
            "stop": 931246670
        },
        {
            "start": 931246674,
            "stop": 931246680
        },
        {
            "start": 931246688,
            "stop": 931246689
        },
        {
            "start": 931246691,
            "stop": 931246701
        },
        {
            "start": 931246703,
            "stop": 931246704
        },
        {
            "start": 931246710,
            "stop": 931246713
        },
        {
            "start": 931246724,
            "stop": 931246731
        },
        {
            "start": 931246734,
            "stop": 931246735
        },
        {
            "start": 931246737,
            "stop": 931246742
        },
        {
            "start": 931246745,
            "stop": 931246749
        }
    ]
}