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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=40",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 41,
    "results": [
        {
            "start": 821537582,
            "stop": 821538966
        },
        {
            "start": 821538971,
            "stop": 821539413
        },
        {
            "start": 821539416,
            "stop": 821539471
        },
        {
            "start": 821539475,
            "stop": 821550345
        },
        {
            "start": 821564104,
            "stop": 821564710
        },
        {
            "start": 821564714,
            "stop": 821564944
        },
        {
            "start": 821564948,
            "stop": 821566819
        },
        {
            "start": 821566823,
            "stop": 821581490
        },
        {
            "start": 821581494,
            "stop": 821583853
        },
        {
            "start": 821584740,
            "stop": 821592253
        },
        {
            "start": 821593374,
            "stop": 821597413
        },
        {
            "start": 821597693,
            "stop": 821612941
        },
        {
            "start": 821620374,
            "stop": 821630233
        },
        {
            "start": 821630631,
            "stop": 821642012
        },
        {
            "start": 821642015,
            "stop": 821644032
        },
        {
            "start": 821644906,
            "stop": 821650998
        },
        {
            "start": 821651001,
            "stop": 821651639
        },
        {
            "start": 821651642,
            "stop": 821657452
        },
        {
            "start": 821657455,
            "stop": 821660758
        },
        {
            "start": 821660761,
            "stop": 821660851
        }
    ]
}