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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=231",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 232,
    "results": [
        {
            "start": 821572770,
            "stop": 821572788
        },
        {
            "start": 821572791,
            "stop": 821572861
        },
        {
            "start": 821572864,
            "stop": 821572945
        },
        {
            "start": 821572948,
            "stop": 821573138
        },
        {
            "start": 821573141,
            "stop": 821573160
        },
        {
            "start": 821573164,
            "stop": 821573182
        },
        {
            "start": 821573185,
            "stop": 821573301
        },
        {
            "start": 821573305,
            "stop": 821573331
        },
        {
            "start": 821573334,
            "stop": 821573658
        },
        {
            "start": 821573662,
            "stop": 821573734
        },
        {
            "start": 821573739,
            "stop": 821573749
        },
        {
            "start": 821573752,
            "stop": 821573762
        },
        {
            "start": 821573766,
            "stop": 821573796
        },
        {
            "start": 821573800,
            "stop": 821573877
        },
        {
            "start": 821573880,
            "stop": 821573884
        },
        {
            "start": 821573887,
            "stop": 821573896
        },
        {
            "start": 821573900,
            "stop": 821574071
        },
        {
            "start": 821574074,
            "stop": 821574168
        },
        {
            "start": 821574171,
            "stop": 821574219
        },
        {
            "start": 821574223,
            "stop": 821574225
        }
    ]
}