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=731
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=732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=730",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 731,
    "results": [
        {
            "start": 854926635,
            "stop": 854929275
        },
        {
            "start": 854929555,
            "stop": 854932675
        },
        {
            "start": 854933018,
            "stop": 854934158
        },
        {
            "start": 854934316,
            "stop": 854943406
        },
        {
            "start": 854943466,
            "stop": 854946736
        },
        {
            "start": 854946933,
            "stop": 854948343
        },
        {
            "start": 854948493,
            "stop": 854955513
        },
        {
            "start": 854955663,
            "stop": 854957043
        },
        {
            "start": 854958228,
            "stop": 854968488
        },
        {
            "start": 854968723,
            "stop": 854974303
        },
        {
            "start": 854977740,
            "stop": 854980200
        },
        {
            "start": 854981364,
            "stop": 854982504
        },
        {
            "start": 854982645,
            "stop": 854983425
        },
        {
            "start": 854983575,
            "stop": 854983935
        },
        {
            "start": 854985609,
            "stop": 854987169
        },
        {
            "start": 854987676,
            "stop": 854987976
        },
        {
            "start": 854988126,
            "stop": 854990856
        },
        {
            "start": 854993711,
            "stop": 854993831
        },
        {
            "start": 854994575,
            "stop": 854994785
        },
        {
            "start": 854994935,
            "stop": 854996015
        }
    ]
}