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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=272",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 273,
    "results": [
        {
            "start": 830217192,
            "stop": 830217522
        },
        {
            "start": 830217672,
            "stop": 830220972
        },
        {
            "start": 830221115,
            "stop": 830222615
        },
        {
            "start": 830222939,
            "stop": 830223119
        },
        {
            "start": 830223267,
            "stop": 830224527
        },
        {
            "start": 830224587,
            "stop": 830226267
        },
        {
            "start": 830226407,
            "stop": 830227697
        },
        {
            "start": 830229772,
            "stop": 830229892
        },
        {
            "start": 830230187,
            "stop": 830239067
        },
        {
            "start": 830239217,
            "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
        }
    ]
}