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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=161",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 162,
    "results": [
        {
            "start": 818080642,
            "stop": 818080644
        },
        {
            "start": 818080652,
            "stop": 818080655
        },
        {
            "start": 818080659,
            "stop": 818080661
        },
        {
            "start": 818080670,
            "stop": 818080677
        },
        {
            "start": 818080690,
            "stop": 818080691
        },
        {
            "start": 818080694,
            "stop": 818080704
        },
        {
            "start": 818080708,
            "stop": 818080710
        },
        {
            "start": 818080715,
            "stop": 818080718
        },
        {
            "start": 818080721,
            "stop": 818080722
        },
        {
            "start": 818080732,
            "stop": 818080734
        },
        {
            "start": 818080737,
            "stop": 818080739
        },
        {
            "start": 818080742,
            "stop": 818080748
        },
        {
            "start": 818080751,
            "stop": 818080753
        },
        {
            "start": 818080756,
            "stop": 818080759
        },
        {
            "start": 818080763,
            "stop": 818080764
        },
        {
            "start": 818080768,
            "stop": 818080771
        },
        {
            "start": 818080776,
            "stop": 818080780
        },
        {
            "start": 818080796,
            "stop": 818080801
        },
        {
            "start": 818080810,
            "stop": 818080811
        },
        {
            "start": 818080814,
            "stop": 818080816
        }
    ]
}