Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=25",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 26,
    "results": [
        {
            "start": 818293030,
            "stop": 818293150
        },
        {
            "start": 818293158,
            "stop": 818293192
        },
        {
            "start": 818293199,
            "stop": 818294012
        },
        {
            "start": 818294019,
            "stop": 818294079
        },
        {
            "start": 818294086,
            "stop": 818294176
        },
        {
            "start": 818294183,
            "stop": 818294245
        },
        {
            "start": 818294252,
            "stop": 818294409
        },
        {
            "start": 818294416,
            "stop": 818294659
        },
        {
            "start": 818294666,
            "stop": 818294714
        },
        {
            "start": 818294721,
            "stop": 818295412
        },
        {
            "start": 818295419,
            "stop": 818295664
        },
        {
            "start": 818295671,
            "stop": 818295716
        },
        {
            "start": 818295723,
            "stop": 818295886
        },
        {
            "start": 818295893,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326550
        },
        {
            "start": 818327623,
            "stop": 818334883
        },
        {
            "start": 818334884,
            "stop": 818343223
        },
        {
            "start": 818344969,
            "stop": 818345495
        },
        {
            "start": 818345966,
            "stop": 818346864
        },
        {
            "start": 818348535,
            "stop": 818349014
        }
    ]
}