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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40582",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40583,
    "results": [
        {
            "start": 874856742,
            "stop": 874856801
        },
        {
            "start": 874856802,
            "stop": 874856822
        },
        {
            "start": 874856823,
            "stop": 874856840
        },
        {
            "start": 874856841,
            "stop": 874856852
        },
        {
            "start": 874856853,
            "stop": 874856902
        },
        {
            "start": 874856903,
            "stop": 874856914
        },
        {
            "start": 874856915,
            "stop": 874856916
        },
        {
            "start": 874856917,
            "stop": 874856918
        },
        {
            "start": 874856920,
            "stop": 874856939
        },
        {
            "start": 874856941,
            "stop": 874856945
        },
        {
            "start": 874856947,
            "stop": 874856979
        },
        {
            "start": 874856980,
            "stop": 874856985
        },
        {
            "start": 874856987,
            "stop": 874857021
        },
        {
            "start": 874857022,
            "stop": 874857025
        },
        {
            "start": 874857026,
            "stop": 874857085
        },
        {
            "start": 874857086,
            "stop": 874857098
        },
        {
            "start": 874857099,
            "stop": 874857103
        },
        {
            "start": 874857104,
            "stop": 874857128
        },
        {
            "start": 874857130,
            "stop": 874857144
        },
        {
            "start": 874857145,
            "stop": 874857149
        }
    ]
}