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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=494",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=492",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 493,
    "results": [
        {
            "start": 1262371412,
            "stop": 1262371416
        },
        {
            "start": 1262371417,
            "stop": 1262371448
        },
        {
            "start": 1262371451,
            "stop": 1262371472
        },
        {
            "start": 1262371475,
            "stop": 1262371549
        },
        {
            "start": 1262371552,
            "stop": 1262371574
        },
        {
            "start": 1262371577,
            "stop": 1262371672
        },
        {
            "start": 1262371678,
            "stop": 1262371684
        },
        {
            "start": 1262371687,
            "stop": 1262371727
        },
        {
            "start": 1262371731,
            "stop": 1262371801
        },
        {
            "start": 1262371804,
            "stop": 1262371963
        },
        {
            "start": 1262371966,
            "stop": 1262372044
        },
        {
            "start": 1262372047,
            "stop": 1262372313
        },
        {
            "start": 1262372316,
            "stop": 1262372326
        },
        {
            "start": 1262372327,
            "stop": 1262372329
        },
        {
            "start": 1262372332,
            "stop": 1262372374
        },
        {
            "start": 1262372377,
            "stop": 1262372379
        },
        {
            "start": 1262372382,
            "stop": 1262372389
        },
        {
            "start": 1262372392,
            "stop": 1262372393
        },
        {
            "start": 1262372396,
            "stop": 1262372454
        },
        {
            "start": 1262372457,
            "stop": 1262372516
        }
    ]
}