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=836
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=837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=835",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 836,
    "results": [
        {
            "start": 860758006,
            "stop": 860758756
        },
        {
            "start": 860758906,
            "stop": 860759626
        },
        {
            "start": 860761161,
            "stop": 860761641
        },
        {
            "start": 860761799,
            "stop": 860761919
        },
        {
            "start": 860762199,
            "stop": 860762739
        },
        {
            "start": 860764018,
            "stop": 860764318
        },
        {
            "start": 860764471,
            "stop": 860764711
        },
        {
            "start": 860764860,
            "stop": 860766120
        },
        {
            "start": 860766407,
            "stop": 860766707
        },
        {
            "start": 860767270,
            "stop": 860767330
        },
        {
            "start": 860767475,
            "stop": 860767535
        },
        {
            "start": 860767701,
            "stop": 860767881
        },
        {
            "start": 860768078,
            "stop": 860768198
        },
        {
            "start": 860768724,
            "stop": 860768784
        },
        {
            "start": 860775139,
            "stop": 860775259
        },
        {
            "start": 860775698,
            "stop": 860776778
        },
        {
            "start": 860776978,
            "stop": 860779558
        },
        {
            "start": 860779706,
            "stop": 860779886
        },
        {
            "start": 860780221,
            "stop": 860781181
        },
        {
            "start": 860782927,
            "stop": 860783737
        }
    ]
}