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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=145",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 146,
    "results": [
        {
            "start": 857646464,
            "stop": 857667878
        },
        {
            "start": 857669640,
            "stop": 857673247
        },
        {
            "start": 857674424,
            "stop": 857677738
        },
        {
            "start": 857677780,
            "stop": 857686285
        },
        {
            "start": 857688250,
            "stop": 857692393
        },
        {
            "start": 857692457,
            "stop": 857695644
        },
        {
            "start": 857695654,
            "stop": 857707166
        },
        {
            "start": 857707210,
            "stop": 857718192
        },
        {
            "start": 857718293,
            "stop": 857733042
        },
        {
            "start": 857733328,
            "stop": 857733442
        },
        {
            "start": 857733527,
            "stop": 857733792
        },
        {
            "start": 857733861,
            "stop": 857734232
        },
        {
            "start": 857734298,
            "stop": 857734824
        },
        {
            "start": 857734911,
            "stop": 857735165
        },
        {
            "start": 857735221,
            "stop": 857735430
        },
        {
            "start": 857735501,
            "stop": 857735659
        },
        {
            "start": 857738310,
            "stop": 857738996
        },
        {
            "start": 857739126,
            "stop": 857739207
        },
        {
            "start": 857741615,
            "stop": 857749052
        },
        {
            "start": 857749239,
            "stop": 857756024
        }
    ]
}