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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=148",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 149,
    "results": [
        {
            "start": 858275717,
            "stop": 858291807
        },
        {
            "start": 858293500,
            "stop": 858376151
        },
        {
            "start": 858377319,
            "stop": 858377935
        },
        {
            "start": 858378451,
            "stop": 858390356
        },
        {
            "start": 858391298,
            "stop": 858429004
        },
        {
            "start": 858429408,
            "stop": 858436385
        },
        {
            "start": 858436480,
            "stop": 858438014
        },
        {
            "start": 858455027,
            "stop": 858461926
        },
        {
            "start": 858464008,
            "stop": 858464684
        },
        {
            "start": 858464857,
            "stop": 858467833
        },
        {
            "start": 858468962,
            "stop": 858469681
        },
        {
            "start": 858469769,
            "stop": 858489776
        },
        {
            "start": 858489945,
            "stop": 858528282
        },
        {
            "start": 858529261,
            "stop": 858535289
        },
        {
            "start": 858535758,
            "stop": 858556073
        },
        {
            "start": 858557039,
            "stop": 858594476
        },
        {
            "start": 858595354,
            "stop": 858607778
        },
        {
            "start": 858608844,
            "stop": 858617714
        },
        {
            "start": 858619710,
            "stop": 858620392
        },
        {
            "start": 858621523,
            "stop": 858626657
        }
    ]
}