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=785
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=786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=784",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 785,
    "results": [
        {
            "start": 860709554,
            "stop": 860709854
        },
        {
            "start": 860710007,
            "stop": 860710067
        },
        {
            "start": 860719130,
            "stop": 860729930
        },
        {
            "start": 860730110,
            "stop": 860730170
        },
        {
            "start": 860730200,
            "stop": 860730260
        },
        {
            "start": 860730290,
            "stop": 860730350
        },
        {
            "start": 860730470,
            "stop": 860730530
        },
        {
            "start": 860730650,
            "stop": 860734610
        },
        {
            "start": 860734640,
            "stop": 860734700
        },
        {
            "start": 860734850,
            "stop": 860734940
        },
        {
            "start": 860735270,
            "stop": 860735450
        },
        {
            "start": 860735480,
            "stop": 860736140
        },
        {
            "start": 860738579,
            "stop": 860738849
        },
        {
            "start": 860738939,
            "stop": 860738999
        },
        {
            "start": 860739029,
            "stop": 860739089
        },
        {
            "start": 860746023,
            "stop": 860755503
        },
        {
            "start": 860757432,
            "stop": 860757852
        },
        {
            "start": 860758034,
            "stop": 860758754
        },
        {
            "start": 860758904,
            "stop": 860759594
        },
        {
            "start": 860760926,
            "stop": 860761016
        }
    ]
}