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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6555",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6556,
    "results": [
        {
            "start": 874435717,
            "stop": 874435787
        },
        {
            "start": 874435788,
            "stop": 874436287
        },
        {
            "start": 874436288,
            "stop": 874436474
        },
        {
            "start": 874436475,
            "stop": 874436740
        },
        {
            "start": 874436741,
            "stop": 874436851
        },
        {
            "start": 874438904,
            "stop": 874439125
        },
        {
            "start": 874439126,
            "stop": 874439652
        },
        {
            "start": 874439653,
            "stop": 874439947
        },
        {
            "start": 874441095,
            "stop": 874441165
        },
        {
            "start": 874441166,
            "stop": 874441240
        },
        {
            "start": 874441241,
            "stop": 874441303
        },
        {
            "start": 874441304,
            "stop": 874441559
        },
        {
            "start": 874441560,
            "stop": 874441586
        },
        {
            "start": 874441587,
            "stop": 874441944
        },
        {
            "start": 874441945,
            "stop": 874442061
        },
        {
            "start": 874442063,
            "stop": 874442443
        },
        {
            "start": 874442445,
            "stop": 874442541
        },
        {
            "start": 874442542,
            "stop": 874443111
        },
        {
            "start": 874443112,
            "stop": 874443147
        },
        {
            "start": 874443148,
            "stop": 874443352
        }
    ]
}