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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=957",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 958,
    "results": [
        {
            "start": 871653207,
            "stop": 871653567
        },
        {
            "start": 871664052,
            "stop": 871666152
        },
        {
            "start": 871666304,
            "stop": 871668464
        },
        {
            "start": 871668700,
            "stop": 871671820
        },
        {
            "start": 871673574,
            "stop": 871674894
        },
        {
            "start": 871675043,
            "stop": 871675103
        },
        {
            "start": 871684239,
            "stop": 871685439
        },
        {
            "start": 871697350,
            "stop": 871697410
        },
        {
            "start": 871697558,
            "stop": 871699958
        },
        {
            "start": 871700947,
            "stop": 871712197
        },
        {
            "start": 871712317,
            "stop": 871716367
        },
        {
            "start": 871716588,
            "stop": 871716888
        },
        {
            "start": 871717728,
            "stop": 871718868
        },
        {
            "start": 871721096,
            "stop": 871721816
        },
        {
            "start": 871722003,
            "stop": 871732743
        },
        {
            "start": 871733393,
            "stop": 871733813
        },
        {
            "start": 871733957,
            "stop": 871734617
        },
        {
            "start": 871734780,
            "stop": 871735500
        },
        {
            "start": 871735724,
            "stop": 871738124
        },
        {
            "start": 871738293,
            "stop": 871738653
        }
    ]
}