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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=260",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 261,
    "results": [
        {
            "start": 829832511,
            "stop": 829832931
        },
        {
            "start": 829833098,
            "stop": 829835798
        },
        {
            "start": 829838195,
            "stop": 829843715
        },
        {
            "start": 829844412,
            "stop": 829845612
        },
        {
            "start": 829845772,
            "stop": 829846612
        },
        {
            "start": 829846782,
            "stop": 829848942
        },
        {
            "start": 829849347,
            "stop": 829849557
        },
        {
            "start": 829849721,
            "stop": 829853261
        },
        {
            "start": 829853418,
            "stop": 829853538
        },
        {
            "start": 829853681,
            "stop": 829854191
        },
        {
            "start": 829854281,
            "stop": 829854581
        },
        {
            "start": 829854857,
            "stop": 829855307
        },
        {
            "start": 829855487,
            "stop": 829855727
        },
        {
            "start": 829858933,
            "stop": 829859533
        },
        {
            "start": 829859683,
            "stop": 829860043
        },
        {
            "start": 829863760,
            "stop": 829864000
        },
        {
            "start": 829864317,
            "stop": 829864647
        },
        {
            "start": 829864707,
            "stop": 829865337
        },
        {
            "start": 829870219,
            "stop": 829872259
        },
        {
            "start": 829872467,
            "stop": 829877147
        }
    ]
}