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=3856
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=3857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3855",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3856,
    "results": [
        {
            "start": 873785443,
            "stop": 873785449
        },
        {
            "start": 873785452,
            "stop": 873785454
        },
        {
            "start": 873785457,
            "stop": 873785485
        },
        {
            "start": 873785488,
            "stop": 873785500
        },
        {
            "start": 873785503,
            "stop": 873785525
        },
        {
            "start": 873785528,
            "stop": 873785661
        },
        {
            "start": 873785664,
            "stop": 873785702
        },
        {
            "start": 873785705,
            "stop": 873785737
        },
        {
            "start": 873785740,
            "stop": 873785757
        },
        {
            "start": 873785761,
            "stop": 873785776
        },
        {
            "start": 873785779,
            "stop": 873785853
        },
        {
            "start": 873785856,
            "stop": 873785888
        },
        {
            "start": 873785891,
            "stop": 873785897
        },
        {
            "start": 873785902,
            "stop": 873785904
        },
        {
            "start": 873785908,
            "stop": 873785919
        },
        {
            "start": 873785923,
            "stop": 873785933
        },
        {
            "start": 873785937,
            "stop": 873785946
        },
        {
            "start": 873785949,
            "stop": 873785981
        },
        {
            "start": 873785984,
            "stop": 873786000
        },
        {
            "start": 873786003,
            "stop": 873786034
        }
    ]
}