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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6556",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6557,
    "results": [
        {
            "start": 874443353,
            "stop": 874443419
        },
        {
            "start": 874443420,
            "stop": 874443440
        },
        {
            "start": 874443441,
            "stop": 874443713
        },
        {
            "start": 874443714,
            "stop": 874443797
        },
        {
            "start": 874443798,
            "stop": 874443828
        },
        {
            "start": 874443829,
            "stop": 874444104
        },
        {
            "start": 874444105,
            "stop": 874444787
        },
        {
            "start": 874444788,
            "stop": 874444878
        },
        {
            "start": 874444879,
            "stop": 874444889
        },
        {
            "start": 874444890,
            "stop": 874445244
        },
        {
            "start": 874445246,
            "stop": 874445294
        },
        {
            "start": 874445295,
            "stop": 874445396
        },
        {
            "start": 874445397,
            "stop": 874445688
        },
        {
            "start": 874445689,
            "stop": 874445732
        },
        {
            "start": 874445733,
            "stop": 874446327
        },
        {
            "start": 874446328,
            "stop": 874446735
        },
        {
            "start": 874446737,
            "stop": 874447403
        },
        {
            "start": 874447404,
            "stop": 874447713
        },
        {
            "start": 874447714,
            "stop": 874447957
        },
        {
            "start": 874447958,
            "stop": 874448211
        }
    ]
}