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=971
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=972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=970",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 971,
    "results": [
        {
            "start": 868988870,
            "stop": 868989110
        },
        {
            "start": 868989293,
            "stop": 868989413
        },
        {
            "start": 868989591,
            "stop": 868990371
        },
        {
            "start": 868990631,
            "stop": 868990871
        },
        {
            "start": 868991322,
            "stop": 868994142
        },
        {
            "start": 868994944,
            "stop": 868996264
        },
        {
            "start": 868996432,
            "stop": 868996732
        },
        {
            "start": 869006168,
            "stop": 869006798
        },
        {
            "start": 869006948,
            "stop": 869007008
        },
        {
            "start": 869007182,
            "stop": 869010782
        },
        {
            "start": 869010872,
            "stop": 869015702
        },
        {
            "start": 869015930,
            "stop": 869020130
        },
        {
            "start": 869020160,
            "stop": 869026550
        },
        {
            "start": 869026752,
            "stop": 869037912
        },
        {
            "start": 869038614,
            "stop": 869039034
        },
        {
            "start": 869040450,
            "stop": 869042850
        },
        {
            "start": 869043058,
            "stop": 869051278
        },
        {
            "start": 869053187,
            "stop": 869059967
        },
        {
            "start": 869065706,
            "stop": 869066666
        },
        {
            "start": 869080235,
            "stop": 869080475
        }
    ]
}