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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=85",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 86,
    "results": [
        {
            "start": 1258965075,
            "stop": 1258967332
        },
        {
            "start": 1258967334,
            "stop": 1258970694
        },
        {
            "start": 1258970698,
            "stop": 1258971415
        },
        {
            "start": 1258971418,
            "stop": 1258972850
        },
        {
            "start": 1258972855,
            "stop": 1258973327
        },
        {
            "start": 1258973331,
            "stop": 1258976249
        },
        {
            "start": 1258976252,
            "stop": 1258981354
        },
        {
            "start": 1258981356,
            "stop": 1258981729
        },
        {
            "start": 1258981733,
            "stop": 1258983701
        },
        {
            "start": 1258983704,
            "stop": 1258984172
        },
        {
            "start": 1258992472,
            "stop": 1258993631
        },
        {
            "start": 1258993633,
            "stop": 1258998057
        },
        {
            "start": 1258998059,
            "stop": 1258998652
        },
        {
            "start": 1258998656,
            "stop": 1259001271
        },
        {
            "start": 1259001273,
            "stop": 1259001521
        },
        {
            "start": 1259001526,
            "stop": 1259006681
        },
        {
            "start": 1259006811,
            "stop": 1259008180
        },
        {
            "start": 1259008182,
            "stop": 1259008458
        },
        {
            "start": 1259008461,
            "stop": 1259009589
        },
        {
            "start": 1259009593,
            "stop": 1259011262
        }
    ]
}