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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=38",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 39,
    "results": [
        {
            "start": 931284481,
            "stop": 931284556
        },
        {
            "start": 931284564,
            "stop": 931284567
        },
        {
            "start": 931284591,
            "stop": 931284646
        },
        {
            "start": 931284652,
            "stop": 931284704
        },
        {
            "start": 931284710,
            "stop": 931284715
        },
        {
            "start": 931284730,
            "stop": 931284737
        },
        {
            "start": 931284750,
            "stop": 931284782
        },
        {
            "start": 931284790,
            "stop": 931284798
        },
        {
            "start": 931284809,
            "stop": 931284848
        },
        {
            "start": 931284854,
            "stop": 931284857
        },
        {
            "start": 931284869,
            "stop": 931284870
        },
        {
            "start": 931284881,
            "stop": 931284892
        },
        {
            "start": 931284898,
            "stop": 931284923
        },
        {
            "start": 931284929,
            "stop": 931284998
        },
        {
            "start": 931285009,
            "stop": 931285012
        },
        {
            "start": 931285018,
            "stop": 931285019
        },
        {
            "start": 931285027,
            "stop": 931285028
        },
        {
            "start": 931285034,
            "stop": 931285037
        },
        {
            "start": 931285048,
            "stop": 931285050
        },
        {
            "start": 931285070,
            "stop": 931285073
        }
    ]
}