Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=154
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 154,
    "results": [
        {
            "start": 1418967416,
            "stop": 1418968194
        },
        {
            "start": 1418968198,
            "stop": 1418968318
        },
        {
            "start": 1418968320,
            "stop": 1418968581
        },
        {
            "start": 1418968583,
            "stop": 1418968650
        },
        {
            "start": 1418968658,
            "stop": 1418968878
        },
        {
            "start": 1418968884,
            "stop": 1418969066
        },
        {
            "start": 1418972663,
            "stop": 1418972706
        },
        {
            "start": 1418978667,
            "stop": 1418978710
        },
        {
            "start": 1418984599,
            "stop": 1418984760
        },
        {
            "start": 1418999395,
            "stop": 1418999681
        },
        {
            "start": 1418999682,
            "stop": 1418999683
        },
        {
            "start": 1418999684,
            "stop": 1418999793
        },
        {
            "start": 1418999797,
            "stop": 1418999839
        },
        {
            "start": 1418999841,
            "stop": 1418999919
        },
        {
            "start": 1418999921,
            "stop": 1418999940
        },
        {
            "start": 1419004298,
            "stop": 1419004938
        },
        {
            "start": 1419004946,
            "stop": 1419005070
        },
        {
            "start": 1419005078,
            "stop": 1419005434
        },
        {
            "start": 1419005442,
            "stop": 1419006306
        },
        {
            "start": 1419006313,
            "stop": 1419006363
        }
    ]
}