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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=144",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 145,
    "results": [
        {
            "start": 834839882,
            "stop": 834839893
        },
        {
            "start": 834841294,
            "stop": 834844320
        },
        {
            "start": 834844323,
            "stop": 834846542
        },
        {
            "start": 834849257,
            "stop": 834851086
        },
        {
            "start": 834868979,
            "stop": 834874362
        },
        {
            "start": 834874376,
            "stop": 834932827
        },
        {
            "start": 834932833,
            "stop": 834932851
        },
        {
            "start": 834932855,
            "stop": 834953233
        },
        {
            "start": 834955380,
            "stop": 834963548
        },
        {
            "start": 834964357,
            "stop": 834983667
        },
        {
            "start": 834983699,
            "stop": 834985758
        },
        {
            "start": 834995606,
            "stop": 835009384
        },
        {
            "start": 835011074,
            "stop": 835020089
        },
        {
            "start": 835021487,
            "stop": 835039693
        },
        {
            "start": 835041483,
            "stop": 835047601
        },
        {
            "start": 835047603,
            "stop": 835047617
        },
        {
            "start": 835047629,
            "stop": 835049426
        },
        {
            "start": 835049427,
            "stop": 835049441
        },
        {
            "start": 835049442,
            "stop": 835099632
        },
        {
            "start": 835100575,
            "stop": 835100773
        }
    ]
}