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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=125",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 126,
    "results": [
        {
            "start": 833149044,
            "stop": 833210631
        },
        {
            "start": 833211413,
            "stop": 833227299
        },
        {
            "start": 833229330,
            "stop": 833233700
        },
        {
            "start": 833234537,
            "stop": 833234824
        },
        {
            "start": 833235744,
            "stop": 833269381
        },
        {
            "start": 833272621,
            "stop": 833292244
        },
        {
            "start": 833293073,
            "stop": 833304650
        },
        {
            "start": 833305062,
            "stop": 833317921
        },
        {
            "start": 833318357,
            "stop": 833318692
        },
        {
            "start": 833319128,
            "stop": 833319758
        },
        {
            "start": 833320829,
            "stop": 833323878
        },
        {
            "start": 833324364,
            "stop": 833369481
        },
        {
            "start": 833370860,
            "stop": 833386744
        },
        {
            "start": 833387665,
            "stop": 833389809
        },
        {
            "start": 833391258,
            "stop": 833393424
        },
        {
            "start": 833394611,
            "stop": 833396773
        },
        {
            "start": 833397446,
            "stop": 833398074
        },
        {
            "start": 833398598,
            "stop": 833412400
        },
        {
            "start": 833412800,
            "stop": 833414767
        },
        {
            "start": 833415832,
            "stop": 833417779
        }
    ]
}