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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=335",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 336,
    "results": [
        {
            "start": 821572016,
            "stop": 821572019
        },
        {
            "start": 821572022,
            "stop": 821572248
        },
        {
            "start": 821572252,
            "stop": 821572284
        },
        {
            "start": 821572287,
            "stop": 821572290
        },
        {
            "start": 821572293,
            "stop": 821572345
        },
        {
            "start": 821572348,
            "stop": 821572409
        },
        {
            "start": 821572413,
            "stop": 821572455
        },
        {
            "start": 821572458,
            "stop": 821572482
        },
        {
            "start": 821572486,
            "stop": 821572553
        },
        {
            "start": 821572557,
            "stop": 821572754
        },
        {
            "start": 821572757,
            "stop": 821572767
        },
        {
            "start": 821572770,
            "stop": 821572788
        },
        {
            "start": 821572791,
            "stop": 821572861
        },
        {
            "start": 821572864,
            "stop": 821572945
        },
        {
            "start": 821572948,
            "stop": 821573100
        },
        {
            "start": 821573280,
            "stop": 821573301
        },
        {
            "start": 821573305,
            "stop": 821573331
        },
        {
            "start": 821573334,
            "stop": 821573658
        },
        {
            "start": 821573662,
            "stop": 821573734
        },
        {
            "start": 821573739,
            "stop": 821573749
        }
    ]
}