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=1451
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=1452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1450",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1451,
    "results": [
        {
            "start": 857593865,
            "stop": 857596901
        },
        {
            "start": 857597961,
            "stop": 857608152
        },
        {
            "start": 857608689,
            "stop": 857632789
        },
        {
            "start": 857633884,
            "stop": 857636316
        },
        {
            "start": 857636319,
            "stop": 857639309
        },
        {
            "start": 857641735,
            "stop": 857645422
        },
        {
            "start": 857646464,
            "stop": 857667878
        },
        {
            "start": 857669640,
            "stop": 857673218
        },
        {
            "start": 857674424,
            "stop": 857677738
        },
        {
            "start": 857677780,
            "stop": 857686264
        },
        {
            "start": 857688250,
            "stop": 857692393
        },
        {
            "start": 857692457,
            "stop": 857695644
        },
        {
            "start": 857695654,
            "stop": 857707166
        },
        {
            "start": 857707210,
            "stop": 857718192
        },
        {
            "start": 857718293,
            "stop": 857725621
        },
        {
            "start": 857725624,
            "stop": 857733041
        },
        {
            "start": 857733328,
            "stop": 857733440
        },
        {
            "start": 857733527,
            "stop": 857733790
        },
        {
            "start": 857733861,
            "stop": 857734228
        },
        {
            "start": 857734298,
            "stop": 857734823
        }
    ]
}