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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=37",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 38,
    "results": [
        {
            "start": 820326656,
            "stop": 820326688
        },
        {
            "start": 820328032,
            "stop": 820328064
        },
        {
            "start": 820328736,
            "stop": 820328768
        },
        {
            "start": 820330016,
            "stop": 820330048
        },
        {
            "start": 820330688,
            "stop": 820330720
        },
        {
            "start": 820331424,
            "stop": 820331456
        },
        {
            "start": 820332096,
            "stop": 820332128
        },
        {
            "start": 820333376,
            "stop": 820333408
        },
        {
            "start": 820334016,
            "stop": 820334048
        },
        {
            "start": 820334720,
            "stop": 820334752
        },
        {
            "start": 820335424,
            "stop": 820335456
        },
        {
            "start": 820336160,
            "stop": 820336192
        },
        {
            "start": 820337472,
            "stop": 820337504
        },
        {
            "start": 820339488,
            "stop": 820339520
        },
        {
            "start": 820340160,
            "stop": 820340173
        },
        {
            "start": 820384288,
            "stop": 820387584
        },
        {
            "start": 820387616,
            "stop": 820399001
        },
        {
            "start": 820409872,
            "stop": 820416288
        },
        {
            "start": 820416320,
            "stop": 820420513
        },
        {
            "start": 820420799,
            "stop": 820422973
        }
    ]
}