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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=240",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 241,
    "results": [
        {
            "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": 820384290
        },
        {
            "start": 820384307,
            "stop": 820384315
        },
        {
            "start": 820384332,
            "stop": 820384380
        },
        {
            "start": 820384440,
            "stop": 820384842
        },
        {
            "start": 820384859,
            "stop": 820385602
        },
        {
            "start": 820385619,
            "stop": 820385655
        }
    ]
}