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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=105",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 106,
    "results": [
        {
            "start": 825338117,
            "stop": 825338173
        },
        {
            "start": 825338174,
            "stop": 825338212
        },
        {
            "start": 825338214,
            "stop": 825338261
        },
        {
            "start": 825338262,
            "stop": 825338398
        },
        {
            "start": 825338402,
            "stop": 825338415
        },
        {
            "start": 825338417,
            "stop": 825338660
        },
        {
            "start": 825384831,
            "stop": 825398125
        },
        {
            "start": 825398225,
            "stop": 825399943
        },
        {
            "start": 825399945,
            "stop": 825402691
        },
        {
            "start": 825402693,
            "stop": 825403099
        },
        {
            "start": 825403101,
            "stop": 825403916
        },
        {
            "start": 825404022,
            "stop": 825404610
        },
        {
            "start": 825404726,
            "stop": 825404749
        },
        {
            "start": 825405830,
            "stop": 825405891
        },
        {
            "start": 825408884,
            "stop": 825409057
        },
        {
            "start": 825409159,
            "stop": 825409383
        },
        {
            "start": 825409385,
            "stop": 825410060
        },
        {
            "start": 825410062,
            "stop": 825410077
        },
        {
            "start": 825410234,
            "stop": 825410312
        },
        {
            "start": 825410314,
            "stop": 825410411
        }
    ]
}