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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=74",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 75,
    "results": [
        {
            "start": 824506912,
            "stop": 824506955
        },
        {
            "start": 824506959,
            "stop": 824507110
        },
        {
            "start": 824507114,
            "stop": 824507146
        },
        {
            "start": 824507156,
            "stop": 824510750
        },
        {
            "start": 824510754,
            "stop": 824510785
        },
        {
            "start": 824510788,
            "stop": 824510824
        },
        {
            "start": 824510827,
            "stop": 824510832
        },
        {
            "start": 824510839,
            "stop": 824510857
        },
        {
            "start": 824510860,
            "stop": 824510861
        },
        {
            "start": 824510864,
            "stop": 824510916
        },
        {
            "start": 824510919,
            "stop": 824510922
        },
        {
            "start": 824510928,
            "stop": 824510931
        },
        {
            "start": 824510935,
            "stop": 824510993
        },
        {
            "start": 824510996,
            "stop": 824511003
        },
        {
            "start": 824511006,
            "stop": 824511007
        },
        {
            "start": 824511013,
            "stop": 824511018
        },
        {
            "start": 824511021,
            "stop": 824511031
        },
        {
            "start": 824511034,
            "stop": 824511037
        },
        {
            "start": 824511041,
            "stop": 824511049
        },
        {
            "start": 824511052,
            "stop": 824511053
        }
    ]
}