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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 202,
    "results": [
        {
            "start": 931467156,
            "stop": 931467167
        },
        {
            "start": 931467169,
            "stop": 931467172
        },
        {
            "start": 931467173,
            "stop": 931467204
        },
        {
            "start": 931467205,
            "stop": 931467219
        },
        {
            "start": 931468817,
            "stop": 931468821
        },
        {
            "start": 931468823,
            "stop": 931468844
        },
        {
            "start": 931468848,
            "stop": 931468852
        },
        {
            "start": 931468854,
            "stop": 931468864
        },
        {
            "start": 931468869,
            "stop": 931468887
        },
        {
            "start": 931468889,
            "stop": 931468890
        },
        {
            "start": 931468892,
            "stop": 931468908
        },
        {
            "start": 931468912,
            "stop": 931468933
        },
        {
            "start": 931468935,
            "stop": 931468953
        },
        {
            "start": 931468955,
            "stop": 931468959
        },
        {
            "start": 931468963,
            "stop": 931468964
        },
        {
            "start": 931468966,
            "stop": 931468968
        },
        {
            "start": 931468970,
            "stop": 931468971
        },
        {
            "start": 931468975,
            "stop": 931468978
        },
        {
            "start": 931468980,
            "stop": 931468981
        },
        {
            "start": 931468982,
            "stop": 931468984
        }
    ]
}