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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=184",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 185,
    "results": [
        {
            "start": 844010108,
            "stop": 844010411
        },
        {
            "start": 844010412,
            "stop": 844010681
        },
        {
            "start": 844013369,
            "stop": 844013549
        },
        {
            "start": 844013551,
            "stop": 844013602
        },
        {
            "start": 844013604,
            "stop": 844013629
        },
        {
            "start": 844014392,
            "stop": 844014450
        },
        {
            "start": 844014451,
            "stop": 844014587
        },
        {
            "start": 844014590,
            "stop": 844014652
        },
        {
            "start": 844014654,
            "stop": 844014671
        },
        {
            "start": 844014672,
            "stop": 844014701
        },
        {
            "start": 844014704,
            "stop": 844014819
        },
        {
            "start": 844014822,
            "stop": 844014897
        },
        {
            "start": 844014898,
            "stop": 844015046
        },
        {
            "start": 844015047,
            "stop": 844015056
        },
        {
            "start": 844015058,
            "stop": 844015192
        },
        {
            "start": 844015858,
            "stop": 844015873
        },
        {
            "start": 844015874,
            "stop": 844015993
        },
        {
            "start": 844017419,
            "stop": 844017590
        },
        {
            "start": 844017591,
            "stop": 844017623
        },
        {
            "start": 844017626,
            "stop": 844017697
        }
    ]
}