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_H1L1/segments?format=api&page=45
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_H1L1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=44",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 45,
    "results": [
        {
            "start": 818596142,
            "stop": 818596742
        },
        {
            "start": 818596884,
            "stop": 818597184
        },
        {
            "start": 818597336,
            "stop": 818599556
        },
        {
            "start": 818600211,
            "stop": 818600271
        },
        {
            "start": 818600421,
            "stop": 818600481
        },
        {
            "start": 818601091,
            "stop": 818601211
        },
        {
            "start": 818601392,
            "stop": 818601512
        },
        {
            "start": 818602527,
            "stop": 818602587
        },
        {
            "start": 818602921,
            "stop": 818602981
        },
        {
            "start": 818603211,
            "stop": 818603811
        },
        {
            "start": 818603975,
            "stop": 818604095
        },
        {
            "start": 818606741,
            "stop": 818606801
        },
        {
            "start": 818607649,
            "stop": 818607709
        },
        {
            "start": 818607857,
            "stop": 818607977
        },
        {
            "start": 818608726,
            "stop": 818608816
        },
        {
            "start": 818609610,
            "stop": 818609730
        },
        {
            "start": 818611723,
            "stop": 818611843
        },
        {
            "start": 818612169,
            "stop": 818612289
        },
        {
            "start": 818614159,
            "stop": 818614219
        },
        {
            "start": 818622231,
            "stop": 818622471
        }
    ]
}