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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=117",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 118,
    "results": [
        {
            "start": 818064653,
            "stop": 818064662
        },
        {
            "start": 818064672,
            "stop": 818064676
        },
        {
            "start": 818064686,
            "stop": 818064689
        },
        {
            "start": 818064693,
            "stop": 818064701
        },
        {
            "start": 818064708,
            "stop": 818064711
        },
        {
            "start": 818064714,
            "stop": 818064726
        },
        {
            "start": 818064735,
            "stop": 818064739
        },
        {
            "start": 818064748,
            "stop": 818064749
        },
        {
            "start": 818064754,
            "stop": 818064757
        },
        {
            "start": 818064763,
            "stop": 818064774
        },
        {
            "start": 818064784,
            "stop": 818064787
        },
        {
            "start": 818064792,
            "stop": 818064798
        },
        {
            "start": 818064803,
            "stop": 818064807
        },
        {
            "start": 818064810,
            "stop": 818064811
        },
        {
            "start": 818064816,
            "stop": 818064817
        },
        {
            "start": 818064821,
            "stop": 818064826
        },
        {
            "start": 818064836,
            "stop": 818064837
        },
        {
            "start": 818064842,
            "stop": 818064844
        },
        {
            "start": 818064849,
            "stop": 818064851
        },
        {
            "start": 818064854,
            "stop": 818064862
        }
    ]
}