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=41042
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=41043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41041",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41042,
    "results": [
        {
            "start": 875194751,
            "stop": 875194759
        },
        {
            "start": 875194760,
            "stop": 875194785
        },
        {
            "start": 875194786,
            "stop": 875194842
        },
        {
            "start": 875194843,
            "stop": 875194859
        },
        {
            "start": 875194860,
            "stop": 875194866
        },
        {
            "start": 875194867,
            "stop": 875194886
        },
        {
            "start": 875194887,
            "stop": 875194889
        },
        {
            "start": 875194890,
            "stop": 875194901
        },
        {
            "start": 875194902,
            "stop": 875194937
        },
        {
            "start": 875194938,
            "stop": 875194939
        },
        {
            "start": 875194940,
            "stop": 875195052
        },
        {
            "start": 875195053,
            "stop": 875195066
        },
        {
            "start": 875195067,
            "stop": 875195101
        },
        {
            "start": 875195102,
            "stop": 875195119
        },
        {
            "start": 875195120,
            "stop": 875195132
        },
        {
            "start": 875195133,
            "stop": 875195135
        },
        {
            "start": 875195136,
            "stop": 875195138
        },
        {
            "start": 875195139,
            "stop": 875195156
        },
        {
            "start": 875195157,
            "stop": 875195161
        },
        {
            "start": 875195162,
            "stop": 875195233
        }
    ]
}