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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=731",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 732,
    "results": [
        {
            "start": 854996287,
            "stop": 855000427
        },
        {
            "start": 855000582,
            "stop": 855004662
        },
        {
            "start": 855005245,
            "stop": 855005425
        },
        {
            "start": 855005959,
            "stop": 855007399
        },
        {
            "start": 855009696,
            "stop": 855011436
        },
        {
            "start": 855011850,
            "stop": 855013170
        },
        {
            "start": 855013357,
            "stop": 855016537
        },
        {
            "start": 855017973,
            "stop": 855020433
        },
        {
            "start": 855020851,
            "stop": 855030841
        },
        {
            "start": 855030871,
            "stop": 855030991
        },
        {
            "start": 855031021,
            "stop": 855038431
        },
        {
            "start": 855038588,
            "stop": 855038828
        },
        {
            "start": 855039030,
            "stop": 855041670
        },
        {
            "start": 855043311,
            "stop": 855045171
        },
        {
            "start": 855045364,
            "stop": 855053494
        },
        {
            "start": 855053644,
            "stop": 855062404
        },
        {
            "start": 855065766,
            "stop": 855066726
        },
        {
            "start": 855068063,
            "stop": 855068543
        },
        {
            "start": 855069727,
            "stop": 855073267
        },
        {
            "start": 855075911,
            "stop": 855077111
        }
    ]
}