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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=352",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 353,
    "results": [
        {
            "start": 847183193,
            "stop": 847187594
        },
        {
            "start": 847187596,
            "stop": 847192036
        },
        {
            "start": 847192038,
            "stop": 847192232
        },
        {
            "start": 847192394,
            "stop": 847196153
        },
        {
            "start": 847196155,
            "stop": 847198195
        },
        {
            "start": 847198197,
            "stop": 847201384
        },
        {
            "start": 847201668,
            "stop": 847201821
        },
        {
            "start": 847204051,
            "stop": 847204460
        },
        {
            "start": 847204462,
            "stop": 847204851
        },
        {
            "start": 847206434,
            "stop": 847212042
        },
        {
            "start": 847212153,
            "stop": 847219591
        },
        {
            "start": 847219822,
            "stop": 847220699
        },
        {
            "start": 847221543,
            "stop": 847222058
        },
        {
            "start": 847223012,
            "stop": 847224750
        },
        {
            "start": 847224929,
            "stop": 847225798
        },
        {
            "start": 847228458,
            "stop": 847234836
        },
        {
            "start": 847234837,
            "stop": 847237787
        },
        {
            "start": 847241610,
            "stop": 847243677
        },
        {
            "start": 847246800,
            "stop": 847247743
        },
        {
            "start": 847249142,
            "stop": 847251641
        }
    ]
}