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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7204",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7205,
    "results": [
        {
            "start": 874644974,
            "stop": 874645074
        },
        {
            "start": 874645075,
            "stop": 874645098
        },
        {
            "start": 874645099,
            "stop": 874645417
        },
        {
            "start": 874645419,
            "stop": 874645627
        },
        {
            "start": 874645628,
            "stop": 874645653
        },
        {
            "start": 874645654,
            "stop": 874645706
        },
        {
            "start": 874645707,
            "stop": 874646421
        },
        {
            "start": 874646422,
            "stop": 874646457
        },
        {
            "start": 874646458,
            "stop": 874646915
        },
        {
            "start": 874646916,
            "stop": 874647153
        },
        {
            "start": 874647154,
            "stop": 874647174
        },
        {
            "start": 874647175,
            "stop": 874647343
        },
        {
            "start": 874647344,
            "stop": 874647556
        },
        {
            "start": 874647557,
            "stop": 874647913
        },
        {
            "start": 874647914,
            "stop": 874647942
        },
        {
            "start": 874647943,
            "stop": 874648285
        },
        {
            "start": 874648286,
            "stop": 874648665
        },
        {
            "start": 874648666,
            "stop": 874648992
        },
        {
            "start": 874648994,
            "stop": 874649070
        },
        {
            "start": 874649071,
            "stop": 874649246
        }
    ]
}