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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1569",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1567",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1568,
    "results": [
        {
            "start": 952438325,
            "stop": 952438356
        },
        {
            "start": 952439810,
            "stop": 952443285
        },
        {
            "start": 952443287,
            "stop": 952445412
        },
        {
            "start": 952445414,
            "stop": 952445855
        },
        {
            "start": 952445857,
            "stop": 952446689
        },
        {
            "start": 952446691,
            "stop": 952447606
        },
        {
            "start": 952447608,
            "stop": 952448766
        },
        {
            "start": 952448768,
            "stop": 952448887
        },
        {
            "start": 952448888,
            "stop": 952448944
        },
        {
            "start": 952448946,
            "stop": 952449064
        },
        {
            "start": 952449066,
            "stop": 952449116
        },
        {
            "start": 952449118,
            "stop": 952449301
        },
        {
            "start": 952449303,
            "stop": 952449306
        },
        {
            "start": 952449308,
            "stop": 952449348
        },
        {
            "start": 952449833,
            "stop": 952450005
        },
        {
            "start": 952450006,
            "stop": 952450024
        },
        {
            "start": 952450026,
            "stop": 952452275
        },
        {
            "start": 952452277,
            "stop": 952452326
        },
        {
            "start": 952452328,
            "stop": 952452690
        },
        {
            "start": 952452692,
            "stop": 952453505
        }
    ]
}