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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=3",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 4,
    "results": [
        {
            "start": 1258275379,
            "stop": 1258277164
        },
        {
            "start": 1258277493,
            "stop": 1258298411
        },
        {
            "start": 1258298938,
            "stop": 1258311548
        },
        {
            "start": 1258311926,
            "stop": 1258318837
        },
        {
            "start": 1258324856,
            "stop": 1258333587
        },
        {
            "start": 1258338367,
            "stop": 1258409788
        },
        {
            "start": 1258409860,
            "stop": 1258418554
        },
        {
            "start": 1258421604,
            "stop": 1258439383
        },
        {
            "start": 1258446227,
            "stop": 1258453276
        },
        {
            "start": 1258456705,
            "stop": 1258480168
        },
        {
            "start": 1258487006,
            "stop": 1258592941
        },
        {
            "start": 1258593143,
            "stop": 1258594298
        },
        {
            "start": 1258605337,
            "stop": 1258749120
        },
        {
            "start": 1258749140,
            "stop": 1258750775
        },
        {
            "start": 1258758110,
            "stop": 1258773462
        },
        {
            "start": 1258784522,
            "stop": 1258815801
        },
        {
            "start": 1258837423,
            "stop": 1258837531
        },
        {
            "start": 1258837564,
            "stop": 1258846012
        },
        {
            "start": 1258846084,
            "stop": 1258923614
        },
        {
            "start": 1258929433,
            "stop": 1258984172
        }
    ]
}