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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6323",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6324,
    "results": [
        {
            "start": 873269147,
            "stop": 873269238
        },
        {
            "start": 873269239,
            "stop": 873269347
        },
        {
            "start": 873269348,
            "stop": 873269367
        },
        {
            "start": 873269369,
            "stop": 873269585
        },
        {
            "start": 873269586,
            "stop": 873269706
        },
        {
            "start": 873269708,
            "stop": 873269818
        },
        {
            "start": 873269819,
            "stop": 873270093
        },
        {
            "start": 873270094,
            "stop": 873270406
        },
        {
            "start": 873270407,
            "stop": 873270655
        },
        {
            "start": 873270656,
            "stop": 873270969
        },
        {
            "start": 873270970,
            "stop": 873271074
        },
        {
            "start": 873271077,
            "stop": 873271102
        },
        {
            "start": 873271103,
            "stop": 873271156
        },
        {
            "start": 873271158,
            "stop": 873271317
        },
        {
            "start": 873271319,
            "stop": 873271391
        },
        {
            "start": 873271392,
            "stop": 873272597
        },
        {
            "start": 873272598,
            "stop": 873272695
        },
        {
            "start": 873272697,
            "stop": 873272767
        },
        {
            "start": 873272771,
            "stop": 873273006
        },
        {
            "start": 873273008,
            "stop": 873273030
        }
    ]
}