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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5741",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5742,
    "results": [
        {
            "start": 874616278,
            "stop": 874616296
        },
        {
            "start": 874616299,
            "stop": 874616318
        },
        {
            "start": 874616321,
            "stop": 874616322
        },
        {
            "start": 874616325,
            "stop": 874616328
        },
        {
            "start": 874616331,
            "stop": 874616395
        },
        {
            "start": 874616399,
            "stop": 874616430
        },
        {
            "start": 874616433,
            "stop": 874616435
        },
        {
            "start": 874616444,
            "stop": 874616481
        },
        {
            "start": 874616484,
            "stop": 874616498
        },
        {
            "start": 874616501,
            "stop": 874616509
        },
        {
            "start": 874616513,
            "stop": 874616615
        },
        {
            "start": 874616618,
            "stop": 874616686
        },
        {
            "start": 874616689,
            "stop": 874616696
        },
        {
            "start": 874616699,
            "stop": 874616723
        },
        {
            "start": 874616726,
            "stop": 874616746
        },
        {
            "start": 874616749,
            "stop": 874616776
        },
        {
            "start": 874616779,
            "stop": 874616791
        },
        {
            "start": 874616794,
            "stop": 874616825
        },
        {
            "start": 874616829,
            "stop": 874616831
        },
        {
            "start": 874616834,
            "stop": 874616898
        }
    ]
}