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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16751",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16752,
    "results": [
        {
            "start": 875091523,
            "stop": 875091752
        },
        {
            "start": 875091753,
            "stop": 875091811
        },
        {
            "start": 875091813,
            "stop": 875092128
        },
        {
            "start": 875092129,
            "stop": 875092219
        },
        {
            "start": 875092220,
            "stop": 875092236
        },
        {
            "start": 875092237,
            "stop": 875092390
        },
        {
            "start": 875092391,
            "stop": 875092397
        },
        {
            "start": 875092398,
            "stop": 875092425
        },
        {
            "start": 875092428,
            "stop": 875092435
        },
        {
            "start": 875092436,
            "stop": 875092441
        },
        {
            "start": 875092444,
            "stop": 875092487
        },
        {
            "start": 875092491,
            "stop": 875092512
        },
        {
            "start": 875092513,
            "stop": 875092599
        },
        {
            "start": 875092600,
            "stop": 875092827
        },
        {
            "start": 875092829,
            "stop": 875092895
        },
        {
            "start": 875092898,
            "stop": 875092914
        },
        {
            "start": 875092915,
            "stop": 875092917
        },
        {
            "start": 875092919,
            "stop": 875092923
        },
        {
            "start": 875092925,
            "stop": 875092931
        },
        {
            "start": 875092932,
            "stop": 875092937
        }
    ]
}