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=935
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=936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=934",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 935,
    "results": [
        {
            "start": 870144876,
            "stop": 870146136
        },
        {
            "start": 870146295,
            "stop": 870153435
        },
        {
            "start": 870153663,
            "stop": 870161283
        },
        {
            "start": 870161509,
            "stop": 870163969
        },
        {
            "start": 870164125,
            "stop": 870164365
        },
        {
            "start": 870165290,
            "stop": 870166820
        },
        {
            "start": 870166970,
            "stop": 870171170
        },
        {
            "start": 870171375,
            "stop": 870177705
        },
        {
            "start": 870177855,
            "stop": 870177915
        },
        {
            "start": 870178130,
            "stop": 870180110
        },
        {
            "start": 870216635,
            "stop": 870230315
        },
        {
            "start": 870230679,
            "stop": 870234969
        },
        {
            "start": 870235059,
            "stop": 870236919
        },
        {
            "start": 870237227,
            "stop": 870240587
        },
        {
            "start": 870240879,
            "stop": 870241809
        },
        {
            "start": 870241959,
            "stop": 870247299
        },
        {
            "start": 870247499,
            "stop": 870251579
        },
        {
            "start": 870253020,
            "stop": 870261600
        },
        {
            "start": 870261690,
            "stop": 870261780
        },
        {
            "start": 870263490,
            "stop": 870264480
        }
    ]
}