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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9786",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9787,
    "results": [
        {
            "start": 873785457,
            "stop": 873785485
        },
        {
            "start": 873785488,
            "stop": 873785500
        },
        {
            "start": 873785503,
            "stop": 873785525
        },
        {
            "start": 873785528,
            "stop": 873785661
        },
        {
            "start": 873785664,
            "stop": 873785702
        },
        {
            "start": 873785705,
            "stop": 873785737
        },
        {
            "start": 873785740,
            "stop": 873785757
        },
        {
            "start": 873785761,
            "stop": 873785776
        },
        {
            "start": 873785779,
            "stop": 873785853
        },
        {
            "start": 873785856,
            "stop": 873785888
        },
        {
            "start": 873785891,
            "stop": 873785897
        },
        {
            "start": 873785902,
            "stop": 873785904
        },
        {
            "start": 873785908,
            "stop": 873785919
        },
        {
            "start": 873785923,
            "stop": 873785933
        },
        {
            "start": 873785937,
            "stop": 873785946
        },
        {
            "start": 873785949,
            "stop": 873785981
        },
        {
            "start": 873785984,
            "stop": 873786000
        },
        {
            "start": 873786003,
            "stop": 873786034
        },
        {
            "start": 873786046,
            "stop": 873786054
        },
        {
            "start": 873786062,
            "stop": 873786088
        }
    ]
}