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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1485",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1486,
    "results": [
        {
            "start": 864771395,
            "stop": 864775938
        },
        {
            "start": 864775941,
            "stop": 864777318
        },
        {
            "start": 864778410,
            "stop": 864778517
        },
        {
            "start": 864779342,
            "stop": 864859035
        },
        {
            "start": 864860156,
            "stop": 864921843
        },
        {
            "start": 864922035,
            "stop": 864963830
        },
        {
            "start": 864968791,
            "stop": 864975085
        },
        {
            "start": 864975090,
            "stop": 864999255
        },
        {
            "start": 864999258,
            "stop": 864999300
        },
        {
            "start": 864999303,
            "stop": 865014855
        },
        {
            "start": 865014858,
            "stop": 865015109
        },
        {
            "start": 865015113,
            "stop": 865015434
        },
        {
            "start": 865015441,
            "stop": 865015524
        },
        {
            "start": 865016362,
            "stop": 865019895
        },
        {
            "start": 865020719,
            "stop": 865028242
        },
        {
            "start": 865028247,
            "stop": 865029044
        },
        {
            "start": 865029920,
            "stop": 865030590
        },
        {
            "start": 865031749,
            "stop": 865034964
        },
        {
            "start": 865037349,
            "stop": 865046284
        },
        {
            "start": 865046287,
            "stop": 865057134
        }
    ]
}