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/L1_STOCH_CAT2_H2L1/segments?format=api&page=809
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=810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=808",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 809,
    "results": [
        {
            "start": 861939510,
            "stop": 861946170
        },
        {
            "start": 861946943,
            "stop": 861949853
        },
        {
            "start": 861950003,
            "stop": 861951263
        },
        {
            "start": 861963570,
            "stop": 861965490
        },
        {
            "start": 861965627,
            "stop": 861967427
        },
        {
            "start": 861967649,
            "stop": 861968489
        },
        {
            "start": 861968648,
            "stop": 861968948
        },
        {
            "start": 861969203,
            "stop": 861969503
        },
        {
            "start": 861969720,
            "stop": 861969900
        },
        {
            "start": 861970558,
            "stop": 861971278
        },
        {
            "start": 861973105,
            "stop": 861973225
        },
        {
            "start": 861975324,
            "stop": 861975804
        },
        {
            "start": 861976616,
            "stop": 861976856
        },
        {
            "start": 861977202,
            "stop": 861978642
        },
        {
            "start": 861979013,
            "stop": 861979733
        },
        {
            "start": 861980048,
            "stop": 861989168
        },
        {
            "start": 861989438,
            "stop": 861990008
        },
        {
            "start": 861990214,
            "stop": 861992434
        },
        {
            "start": 861993892,
            "stop": 861995632
        },
        {
            "start": 861995776,
            "stop": 861996796
        }
    ]
}