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=781
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=782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=780",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 781,
    "results": [
        {
            "start": 860594488,
            "stop": 860594548
        },
        {
            "start": 860594820,
            "stop": 860598000
        },
        {
            "start": 860598150,
            "stop": 860598240
        },
        {
            "start": 860598408,
            "stop": 860599008
        },
        {
            "start": 860599319,
            "stop": 860606219
        },
        {
            "start": 860606374,
            "stop": 860609584
        },
        {
            "start": 860609783,
            "stop": 860610083
        },
        {
            "start": 860610394,
            "stop": 860611714
        },
        {
            "start": 860611870,
            "stop": 860613670
        },
        {
            "start": 860613810,
            "stop": 860614050
        },
        {
            "start": 860614204,
            "stop": 860614264
        },
        {
            "start": 860614539,
            "stop": 860614719
        },
        {
            "start": 860614893,
            "stop": 860614953
        },
        {
            "start": 860615103,
            "stop": 860615583
        },
        {
            "start": 860615715,
            "stop": 860616015
        },
        {
            "start": 860617360,
            "stop": 860617420
        },
        {
            "start": 860617565,
            "stop": 860617685
        },
        {
            "start": 860618282,
            "stop": 860618582
        },
        {
            "start": 860618741,
            "stop": 860618921
        },
        {
            "start": 860619112,
            "stop": 860619172
        }
    ]
}