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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=123",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 124,
    "results": [
        {
            "start": 830653792,
            "stop": 830657860
        },
        {
            "start": 830658774,
            "stop": 830661023
        },
        {
            "start": 830661026,
            "stop": 830661033
        },
        {
            "start": 830661037,
            "stop": 830661038
        },
        {
            "start": 830663328,
            "stop": 830689978
        },
        {
            "start": 830690060,
            "stop": 830698806
        },
        {
            "start": 830698809,
            "stop": 830698829
        },
        {
            "start": 830698833,
            "stop": 830698834
        },
        {
            "start": 830698837,
            "stop": 830698856
        },
        {
            "start": 830698860,
            "stop": 830698862
        },
        {
            "start": 830698868,
            "stop": 830698870
        },
        {
            "start": 830703373,
            "stop": 830705924
        },
        {
            "start": 830717249,
            "stop": 830717464
        },
        {
            "start": 830719644,
            "stop": 830719726
        },
        {
            "start": 830719727,
            "stop": 830719743
        },
        {
            "start": 830720488,
            "stop": 830722059
        },
        {
            "start": 830723613,
            "stop": 830727253
        },
        {
            "start": 830728500,
            "stop": 830754508
        },
        {
            "start": 830754787,
            "stop": 830770933
        },
        {
            "start": 830772315,
            "stop": 830777887
        }
    ]
}