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=16647
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=16648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16646",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16647,
    "results": [
        {
            "start": 874826795,
            "stop": 874826812
        },
        {
            "start": 874826813,
            "stop": 874826826
        },
        {
            "start": 874826827,
            "stop": 874826838
        },
        {
            "start": 874826840,
            "stop": 874826863
        },
        {
            "start": 874826865,
            "stop": 874826866
        },
        {
            "start": 874826869,
            "stop": 874826875
        },
        {
            "start": 874826877,
            "stop": 874826916
        },
        {
            "start": 874826917,
            "stop": 874827046
        },
        {
            "start": 874827047,
            "stop": 874827070
        },
        {
            "start": 874827071,
            "stop": 874827091
        },
        {
            "start": 874827092,
            "stop": 874827113
        },
        {
            "start": 874827115,
            "stop": 874827341
        },
        {
            "start": 874827342,
            "stop": 874827513
        },
        {
            "start": 874827514,
            "stop": 874827534
        },
        {
            "start": 874827536,
            "stop": 874827538
        },
        {
            "start": 874827539,
            "stop": 874827545
        },
        {
            "start": 874827546,
            "stop": 874827619
        },
        {
            "start": 874827623,
            "stop": 874827626
        },
        {
            "start": 874827629,
            "stop": 874827707
        },
        {
            "start": 874827709,
            "stop": 874827753
        }
    ]
}