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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=77",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 78,
    "results": [
        {
            "start": 824739759,
            "stop": 824739760
        },
        {
            "start": 824739772,
            "stop": 824739773
        },
        {
            "start": 824739789,
            "stop": 824739790
        },
        {
            "start": 824739806,
            "stop": 824739809
        },
        {
            "start": 824739818,
            "stop": 824739820
        },
        {
            "start": 824739824,
            "stop": 824739828
        },
        {
            "start": 824739837,
            "stop": 824739854
        },
        {
            "start": 824739859,
            "stop": 824739868
        },
        {
            "start": 824739871,
            "stop": 824739872
        },
        {
            "start": 824739878,
            "stop": 824739893
        },
        {
            "start": 824739896,
            "stop": 824739920
        },
        {
            "start": 824739923,
            "stop": 824739973
        },
        {
            "start": 824739976,
            "stop": 824740086
        },
        {
            "start": 824740089,
            "stop": 824740090
        },
        {
            "start": 824740093,
            "stop": 824740094
        },
        {
            "start": 824740097,
            "stop": 824740101
        },
        {
            "start": 824740105,
            "stop": 824740110
        },
        {
            "start": 824740113,
            "stop": 824740115
        },
        {
            "start": 824740119,
            "stop": 824740125
        },
        {
            "start": 824740128,
            "stop": 824740195
        }
    ]
}