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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1392",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1393,
    "results": [
        {
            "start": 844120686,
            "stop": 844120689
        },
        {
            "start": 844121064,
            "stop": 844122038
        },
        {
            "start": 844122042,
            "stop": 844126560
        },
        {
            "start": 844126650,
            "stop": 844182973
        },
        {
            "start": 844183310,
            "stop": 844199511
        },
        {
            "start": 844203582,
            "stop": 844245193
        },
        {
            "start": 844246711,
            "stop": 844310893
        },
        {
            "start": 844331503,
            "stop": 844348077
        },
        {
            "start": 844354687,
            "stop": 844361053
        },
        {
            "start": 844361115,
            "stop": 844361413
        },
        {
            "start": 844361414,
            "stop": 844361415
        },
        {
            "start": 844361473,
            "stop": 844362613
        },
        {
            "start": 844362687,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844378466
        },
        {
            "start": 844378538,
            "stop": 844379454
        },
        {
            "start": 844379533,
            "stop": 844424173
        },
        {
            "start": 844424375,
            "stop": 844435338
        },
        {
            "start": 844435692,
            "stop": 844445692
        },
        {
            "start": 844445695,
            "stop": 844457492
        },
        {
            "start": 844457495,
            "stop": 844457496
        }
    ]
}