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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=212",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 213,
    "results": [
        {
            "start": 826953585,
            "stop": 826953645
        },
        {
            "start": 826953980,
            "stop": 826954040
        },
        {
            "start": 826954273,
            "stop": 826954693
        },
        {
            "start": 826955516,
            "stop": 826955636
        },
        {
            "start": 826957712,
            "stop": 826957892
        },
        {
            "start": 826958788,
            "stop": 826958908
        },
        {
            "start": 826959081,
            "stop": 826959681
        },
        {
            "start": 826960110,
            "stop": 826960290
        },
        {
            "start": 826960455,
            "stop": 826960515
        },
        {
            "start": 826960698,
            "stop": 826960878
        },
        {
            "start": 826961029,
            "stop": 826961089
        },
        {
            "start": 826961252,
            "stop": 826961522
        },
        {
            "start": 826961904,
            "stop": 826961994
        },
        {
            "start": 826962263,
            "stop": 826962323
        },
        {
            "start": 826962529,
            "stop": 826962859
        },
        {
            "start": 826963560,
            "stop": 826963680
        },
        {
            "start": 826964314,
            "stop": 826964554
        },
        {
            "start": 826964736,
            "stop": 826964796
        },
        {
            "start": 826966034,
            "stop": 826966154
        },
        {
            "start": 826966739,
            "stop": 826966829
        }
    ]
}