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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=19",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 20,
    "results": [
        {
            "start": 934014112,
            "stop": 934023821
        },
        {
            "start": 934024421,
            "stop": 934025076
        },
        {
            "start": 934026936,
            "stop": 934026937
        },
        {
            "start": 934028851,
            "stop": 934029559
        },
        {
            "start": 934060826,
            "stop": 934061670
        },
        {
            "start": 934062655,
            "stop": 934071436
        },
        {
            "start": 934074039,
            "stop": 934074544
        },
        {
            "start": 934076090,
            "stop": 934084202
        },
        {
            "start": 934085941,
            "stop": 934111851
        },
        {
            "start": 934112777,
            "stop": 934113861
        },
        {
            "start": 934124604,
            "stop": 934124763
        },
        {
            "start": 934125654,
            "stop": 934126786
        },
        {
            "start": 934127447,
            "stop": 934127915
        },
        {
            "start": 934129284,
            "stop": 934129424
        },
        {
            "start": 934130061,
            "stop": 934130270
        },
        {
            "start": 934130784,
            "stop": 934131234
        },
        {
            "start": 934143372,
            "stop": 934145420
        },
        {
            "start": 934150077,
            "stop": 934150182
        },
        {
            "start": 934151819,
            "stop": 934152135
        },
        {
            "start": 934153240,
            "stop": 934153472
        }
    ]
}