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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46661",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46662,
    "results": [
        {
            "start": 875036426,
            "stop": 875036438
        },
        {
            "start": 875036439,
            "stop": 875036440
        },
        {
            "start": 875036441,
            "stop": 875036443
        },
        {
            "start": 875036444,
            "stop": 875036471
        },
        {
            "start": 875036472,
            "stop": 875036544
        },
        {
            "start": 875036545,
            "stop": 875036601
        },
        {
            "start": 875036603,
            "stop": 875036649
        },
        {
            "start": 875036650,
            "stop": 875036705
        },
        {
            "start": 875036706,
            "stop": 875036711
        },
        {
            "start": 875036712,
            "stop": 875036721
        },
        {
            "start": 875036722,
            "stop": 875036751
        },
        {
            "start": 875036752,
            "stop": 875036794
        },
        {
            "start": 875036795,
            "stop": 875036797
        },
        {
            "start": 875036798,
            "stop": 875036897
        },
        {
            "start": 875036898,
            "stop": 875037000
        },
        {
            "start": 875037001,
            "stop": 875037055
        },
        {
            "start": 875037056,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875037492
        },
        {
            "start": 875037493,
            "stop": 875037587
        },
        {
            "start": 875037588,
            "stop": 875037595
        }
    ]
}