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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=267",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 268,
    "results": [
        {
            "start": 830230187,
            "stop": 830240507
        },
        {
            "start": 830240650,
            "stop": 830241970
        },
        {
            "start": 830244548,
            "stop": 830244908
        },
        {
            "start": 830245058,
            "stop": 830245628
        },
        {
            "start": 830245767,
            "stop": 830247567
        },
        {
            "start": 830247763,
            "stop": 830248903
        },
        {
            "start": 830249048,
            "stop": 830254208
        },
        {
            "start": 830255445,
            "stop": 830258145
        },
        {
            "start": 830258371,
            "stop": 830260771
        },
        {
            "start": 830264176,
            "stop": 830265556
        },
        {
            "start": 830265855,
            "stop": 830266695
        },
        {
            "start": 830266855,
            "stop": 830266975
        },
        {
            "start": 830267123,
            "stop": 830267183
        },
        {
            "start": 830267342,
            "stop": 830268482
        },
        {
            "start": 830268658,
            "stop": 830269798
        },
        {
            "start": 830270255,
            "stop": 830270615
        },
        {
            "start": 830270751,
            "stop": 830270811
        },
        {
            "start": 830270950,
            "stop": 830271130
        },
        {
            "start": 830271316,
            "stop": 830271376
        },
        {
            "start": 830273740,
            "stop": 830274250
        }
    ]
}