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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1604",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1602",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1603,
    "results": [
        {
            "start": 953618263,
            "stop": 953618398
        },
        {
            "start": 953618399,
            "stop": 953618643
        },
        {
            "start": 953618645,
            "stop": 953618747
        },
        {
            "start": 953618749,
            "stop": 953618999
        },
        {
            "start": 953619001,
            "stop": 953619124
        },
        {
            "start": 953619126,
            "stop": 953619155
        },
        {
            "start": 953619157,
            "stop": 953619405
        },
        {
            "start": 953619407,
            "stop": 953619504
        },
        {
            "start": 953619506,
            "stop": 953619661
        },
        {
            "start": 953619663,
            "stop": 953619670
        },
        {
            "start": 953619672,
            "stop": 953620459
        },
        {
            "start": 953620461,
            "stop": 953620654
        },
        {
            "start": 953620656,
            "stop": 953621230
        },
        {
            "start": 953621232,
            "stop": 953621403
        },
        {
            "start": 953621405,
            "stop": 953621531
        },
        {
            "start": 953621533,
            "stop": 953621790
        },
        {
            "start": 953621792,
            "stop": 953621850
        },
        {
            "start": 953621852,
            "stop": 953621887
        },
        {
            "start": 953621888,
            "stop": 953621895
        },
        {
            "start": 953621897,
            "stop": 953622149
        }
    ]
}