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/H1_STOCH_CAT2_H1L1/segments?format=api&page=1031
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1030",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1031,
    "results": [
        {
            "start": 872244517,
            "stop": 872244757
        },
        {
            "start": 872244949,
            "stop": 872247889
        },
        {
            "start": 872248622,
            "stop": 872248742
        },
        {
            "start": 872249075,
            "stop": 872249135
        },
        {
            "start": 872249412,
            "stop": 872249472
        },
        {
            "start": 872249618,
            "stop": 872250278
        },
        {
            "start": 872250829,
            "stop": 872251069
        },
        {
            "start": 872251236,
            "stop": 872251596
        },
        {
            "start": 872251747,
            "stop": 872252947
        },
        {
            "start": 872256649,
            "stop": 872256709
        },
        {
            "start": 872257333,
            "stop": 872257453
        },
        {
            "start": 872258378,
            "stop": 872258438
        },
        {
            "start": 872258906,
            "stop": 872259026
        },
        {
            "start": 872265264,
            "stop": 872266044
        },
        {
            "start": 872266196,
            "stop": 872266916
        },
        {
            "start": 872267075,
            "stop": 872267375
        },
        {
            "start": 872267535,
            "stop": 872267835
        },
        {
            "start": 872267973,
            "stop": 872268393
        },
        {
            "start": 872268531,
            "stop": 872268771
        },
        {
            "start": 872269113,
            "stop": 872269473
        }
    ]
}