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=6580
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=6581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6579",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6580,
    "results": [
        {
            "start": 874575378,
            "stop": 874575955
        },
        {
            "start": 874575956,
            "stop": 874576810
        },
        {
            "start": 874576811,
            "stop": 874577218
        },
        {
            "start": 874577219,
            "stop": 874577310
        },
        {
            "start": 874577312,
            "stop": 874577402
        },
        {
            "start": 874577403,
            "stop": 874577753
        },
        {
            "start": 874577754,
            "stop": 874578406
        },
        {
            "start": 874578407,
            "stop": 874578767
        },
        {
            "start": 874578769,
            "stop": 874578998
        },
        {
            "start": 874578999,
            "stop": 874579453
        },
        {
            "start": 874579454,
            "stop": 874579466
        },
        {
            "start": 874579467,
            "stop": 874579541
        },
        {
            "start": 874579542,
            "stop": 874580912
        },
        {
            "start": 874580913,
            "stop": 874581348
        },
        {
            "start": 874581350,
            "stop": 874581478
        },
        {
            "start": 874581479,
            "stop": 874581599
        },
        {
            "start": 874581600,
            "stop": 874582690
        },
        {
            "start": 874582691,
            "stop": 874583086
        },
        {
            "start": 874583087,
            "stop": 874583734
        },
        {
            "start": 874583735,
            "stop": 874583799
        }
    ]
}