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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9748",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9749,
    "results": [
        {
            "start": 873463661,
            "stop": 873463662
        },
        {
            "start": 873463667,
            "stop": 873463668
        },
        {
            "start": 873463670,
            "stop": 873463672
        },
        {
            "start": 873463675,
            "stop": 873463676
        },
        {
            "start": 873463677,
            "stop": 873463680
        },
        {
            "start": 873463682,
            "stop": 873463688
        },
        {
            "start": 873463691,
            "stop": 873463692
        },
        {
            "start": 873463693,
            "stop": 873463696
        },
        {
            "start": 873463697,
            "stop": 873463701
        },
        {
            "start": 873463702,
            "stop": 873463706
        },
        {
            "start": 873463708,
            "stop": 873463712
        },
        {
            "start": 873463718,
            "stop": 873463722
        },
        {
            "start": 873463723,
            "stop": 873463727
        },
        {
            "start": 873463729,
            "stop": 873463731
        },
        {
            "start": 873463734,
            "stop": 873463736
        },
        {
            "start": 873463737,
            "stop": 873463740
        },
        {
            "start": 873463741,
            "stop": 873463745
        },
        {
            "start": 873463747,
            "stop": 873463756
        },
        {
            "start": 873463757,
            "stop": 873463761
        },
        {
            "start": 873463763,
            "stop": 873463767
        }
    ]
}