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=1008
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=1009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1007",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1008,
    "results": [
        {
            "start": 871352752,
            "stop": 871352932
        },
        {
            "start": 871353232,
            "stop": 871354102
        },
        {
            "start": 871354443,
            "stop": 871356423
        },
        {
            "start": 871356598,
            "stop": 871356658
        },
        {
            "start": 871356864,
            "stop": 871357464
        },
        {
            "start": 871357614,
            "stop": 871357794
        },
        {
            "start": 871357942,
            "stop": 871358302
        },
        {
            "start": 871358573,
            "stop": 871358873
        },
        {
            "start": 871366941,
            "stop": 871371081
        },
        {
            "start": 871371297,
            "stop": 871374237
        },
        {
            "start": 871378802,
            "stop": 871381082
        },
        {
            "start": 871384375,
            "stop": 871385755
        },
        {
            "start": 871385905,
            "stop": 871387495
        },
        {
            "start": 871387665,
            "stop": 871389525
        },
        {
            "start": 871389736,
            "stop": 871392496
        },
        {
            "start": 871405334,
            "stop": 871406174
        },
        {
            "start": 871406333,
            "stop": 871406633
        },
        {
            "start": 871407867,
            "stop": 871409307
        },
        {
            "start": 871410361,
            "stop": 871411921
        },
        {
            "start": 871412177,
            "stop": 871412357
        }
    ]
}