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=3859
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=3860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3858",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3859,
    "results": [
        {
            "start": 873798462,
            "stop": 873798482
        },
        {
            "start": 873798485,
            "stop": 873798614
        },
        {
            "start": 873798617,
            "stop": 873798699
        },
        {
            "start": 873798702,
            "stop": 873798710
        },
        {
            "start": 873798714,
            "stop": 873799175
        },
        {
            "start": 873799178,
            "stop": 873799194
        },
        {
            "start": 873799197,
            "stop": 873799200
        },
        {
            "start": 873799206,
            "stop": 873799751
        },
        {
            "start": 873799754,
            "stop": 873799757
        },
        {
            "start": 873799760,
            "stop": 873799772
        },
        {
            "start": 873799776,
            "stop": 873799798
        },
        {
            "start": 873799807,
            "stop": 873799813
        },
        {
            "start": 873799819,
            "stop": 873799825
        },
        {
            "start": 873799828,
            "stop": 873799858
        },
        {
            "start": 873799861,
            "stop": 873799921
        },
        {
            "start": 873799924,
            "stop": 873801337
        },
        {
            "start": 873801338,
            "stop": 873803452
        },
        {
            "start": 873803455,
            "stop": 873806372
        },
        {
            "start": 873806373,
            "stop": 873807423
        },
        {
            "start": 873807424,
            "stop": 873808297
        }
    ]
}