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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=322",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 323,
    "results": [
        {
            "start": 833511621,
            "stop": 833519481
        },
        {
            "start": 833519671,
            "stop": 833522431
        },
        {
            "start": 833524437,
            "stop": 833524797
        },
        {
            "start": 833524934,
            "stop": 833525174
        },
        {
            "start": 833528579,
            "stop": 833528639
        },
        {
            "start": 833529277,
            "stop": 833529457
        },
        {
            "start": 833529817,
            "stop": 833530777
        },
        {
            "start": 833530955,
            "stop": 833534975
        },
        {
            "start": 833535173,
            "stop": 833536553
        },
        {
            "start": 833536722,
            "stop": 833539482
        },
        {
            "start": 833540447,
            "stop": 833541227
        },
        {
            "start": 833541377,
            "stop": 833544167
        },
        {
            "start": 833558474,
            "stop": 833558654
        },
        {
            "start": 833558881,
            "stop": 833558941
        },
        {
            "start": 833559283,
            "stop": 833560663
        },
        {
            "start": 833560835,
            "stop": 833561135
        },
        {
            "start": 833561472,
            "stop": 833562192
        },
        {
            "start": 833562486,
            "stop": 833563146
        },
        {
            "start": 833563756,
            "stop": 833563996
        },
        {
            "start": 833564231,
            "stop": 833564291
        }
    ]
}