Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=31",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 32,
    "results": [
        {
            "start": 820318560,
            "stop": 820318592
        },
        {
            "start": 820319264,
            "stop": 820319296
        },
        {
            "start": 820319968,
            "stop": 820320000
        },
        {
            "start": 820320640,
            "stop": 820320672
        },
        {
            "start": 820322656,
            "stop": 820322688
        },
        {
            "start": 820323968,
            "stop": 820324000
        },
        {
            "start": 820324704,
            "stop": 820324736
        },
        {
            "start": 820325984,
            "stop": 820326016
        },
        {
            "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
        }
    ]
}