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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=83",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 84,
    "results": [
        {
            "start": 820127596,
            "stop": 820127656
        },
        {
            "start": 820127835,
            "stop": 820128075
        },
        {
            "start": 820128319,
            "stop": 820128379
        },
        {
            "start": 820128524,
            "stop": 820128584
        },
        {
            "start": 820128736,
            "stop": 820128916
        },
        {
            "start": 820129076,
            "stop": 820129256
        },
        {
            "start": 820130508,
            "stop": 820130688
        },
        {
            "start": 820130832,
            "stop": 820130952
        },
        {
            "start": 820131523,
            "stop": 820131583
        },
        {
            "start": 820131749,
            "stop": 820131809
        },
        {
            "start": 820132320,
            "stop": 820132680
        },
        {
            "start": 820132894,
            "stop": 820133074
        },
        {
            "start": 820133692,
            "stop": 820134292
        },
        {
            "start": 820135279,
            "stop": 820135459
        },
        {
            "start": 820135615,
            "stop": 820135915
        },
        {
            "start": 820136092,
            "stop": 820136212
        },
        {
            "start": 820136378,
            "stop": 820136618
        },
        {
            "start": 820137116,
            "stop": 820137236
        },
        {
            "start": 820143409,
            "stop": 820143469
        },
        {
            "start": 820144773,
            "stop": 820144953
        }
    ]
}