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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=799",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 800,
    "results": [
        {
            "start": 861381405,
            "stop": 861381465
        },
        {
            "start": 861382358,
            "stop": 861382418
        },
        {
            "start": 861385134,
            "stop": 861387534
        },
        {
            "start": 861387709,
            "stop": 861388129
        },
        {
            "start": 861388277,
            "stop": 861388697
        },
        {
            "start": 861388928,
            "stop": 861390848
        },
        {
            "start": 861392105,
            "stop": 861393545
        },
        {
            "start": 861394340,
            "stop": 861394460
        },
        {
            "start": 861394490,
            "stop": 861394580
        },
        {
            "start": 861396153,
            "stop": 861396273
        },
        {
            "start": 861396421,
            "stop": 861396601
        },
        {
            "start": 861396928,
            "stop": 861397528
        },
        {
            "start": 861401515,
            "stop": 861405655
        },
        {
            "start": 861406018,
            "stop": 861411898
        },
        {
            "start": 861411988,
            "stop": 861413368
        },
        {
            "start": 861413398,
            "stop": 861413638
        },
        {
            "start": 861413802,
            "stop": 861415182
        },
        {
            "start": 861415212,
            "stop": 861416202
        },
        {
            "start": 861416451,
            "stop": 861419211
        },
        {
            "start": 861419440,
            "stop": 861420910
        }
    ]
}