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=997
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=998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=996",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 997,
    "results": [
        {
            "start": 873106635,
            "stop": 873107835
        },
        {
            "start": 873108085,
            "stop": 873108625
        },
        {
            "start": 873109127,
            "stop": 873109967
        },
        {
            "start": 873110128,
            "stop": 873110728
        },
        {
            "start": 873111658,
            "stop": 873111958
        },
        {
            "start": 873112085,
            "stop": 873112565
        },
        {
            "start": 873112788,
            "stop": 873112908
        },
        {
            "start": 873114227,
            "stop": 873114767
        },
        {
            "start": 873115082,
            "stop": 873115262
        },
        {
            "start": 873115902,
            "stop": 873116322
        },
        {
            "start": 873116598,
            "stop": 873117258
        },
        {
            "start": 873117421,
            "stop": 873117661
        },
        {
            "start": 873117801,
            "stop": 873118041
        },
        {
            "start": 873118250,
            "stop": 873119270
        },
        {
            "start": 873119494,
            "stop": 873119554
        },
        {
            "start": 873119707,
            "stop": 873119767
        },
        {
            "start": 873120037,
            "stop": 873120457
        },
        {
            "start": 873120725,
            "stop": 873120845
        },
        {
            "start": 873129182,
            "stop": 873129302
        },
        {
            "start": 873129441,
            "stop": 873130041
        }
    ]
}