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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=339",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 340,
    "results": [
        {
            "start": 931800840,
            "stop": 931801200
        },
        {
            "start": 931801201,
            "stop": 931801538
        },
        {
            "start": 931801539,
            "stop": 931801643
        },
        {
            "start": 931801645,
            "stop": 931802804
        },
        {
            "start": 931802806,
            "stop": 931803698
        },
        {
            "start": 931803700,
            "stop": 931803875
        },
        {
            "start": 931803878,
            "stop": 931803922
        },
        {
            "start": 931803925,
            "stop": 931804106
        },
        {
            "start": 931804107,
            "stop": 931804158
        },
        {
            "start": 931804159,
            "stop": 931804172
        },
        {
            "start": 931804173,
            "stop": 931804233
        },
        {
            "start": 931804234,
            "stop": 931804245
        },
        {
            "start": 931804246,
            "stop": 931804258
        },
        {
            "start": 931804262,
            "stop": 931804271
        },
        {
            "start": 931808371,
            "stop": 931808515
        },
        {
            "start": 931808517,
            "stop": 931808576
        },
        {
            "start": 931808577,
            "stop": 931808748
        },
        {
            "start": 931808752,
            "stop": 931808754
        },
        {
            "start": 931808755,
            "stop": 931808806
        },
        {
            "start": 931828513,
            "stop": 931828514
        }
    ]
}