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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=666",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 667,
    "results": [
        {
            "start": 851241658,
            "stop": 851241831
        },
        {
            "start": 851243281,
            "stop": 851243399
        },
        {
            "start": 851245616,
            "stop": 851248816
        },
        {
            "start": 851250593,
            "stop": 851250841
        },
        {
            "start": 851256238,
            "stop": 851256290
        },
        {
            "start": 851258834,
            "stop": 851262733
        },
        {
            "start": 851275321,
            "stop": 851275390
        },
        {
            "start": 851275790,
            "stop": 851276593
        },
        {
            "start": 851278492,
            "stop": 851279050
        },
        {
            "start": 851279051,
            "stop": 851284721
        },
        {
            "start": 851285431,
            "stop": 851285488
        },
        {
            "start": 851285933,
            "stop": 851286205
        },
        {
            "start": 851288011,
            "stop": 851288164
        },
        {
            "start": 851288484,
            "stop": 851288556
        },
        {
            "start": 851288956,
            "stop": 851288992
        },
        {
            "start": 851289312,
            "stop": 851292345
        },
        {
            "start": 851294960,
            "stop": 851295656
        },
        {
            "start": 851295660,
            "stop": 851300500
        },
        {
            "start": 851300900,
            "stop": 851300928
        },
        {
            "start": 851301248,
            "stop": 851305014
        }
    ]
}