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=768
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=769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=767",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 768,
    "results": [
        {
            "start": 856783399,
            "stop": 856787509
        },
        {
            "start": 856787659,
            "stop": 856793059
        },
        {
            "start": 856794843,
            "stop": 856797663
        },
        {
            "start": 856800380,
            "stop": 856800920
        },
        {
            "start": 856801483,
            "stop": 856802443
        },
        {
            "start": 856802600,
            "stop": 856803020
        },
        {
            "start": 856805483,
            "stop": 856806383
        },
        {
            "start": 856806637,
            "stop": 856807717
        },
        {
            "start": 856808044,
            "stop": 856808194
        },
        {
            "start": 856809554,
            "stop": 856810064
        },
        {
            "start": 856810358,
            "stop": 856810418
        },
        {
            "start": 856810562,
            "stop": 856811282
        },
        {
            "start": 856811674,
            "stop": 856811794
        },
        {
            "start": 856818325,
            "stop": 856818445
        },
        {
            "start": 856818693,
            "stop": 856818813
        },
        {
            "start": 856818992,
            "stop": 856819562
        },
        {
            "start": 856819652,
            "stop": 856819712
        },
        {
            "start": 856819884,
            "stop": 856820004
        },
        {
            "start": 856820179,
            "stop": 856820239
        },
        {
            "start": 856820389,
            "stop": 856821859
        }
    ]
}