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=1050
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=1051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1049",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1050,
    "results": [
        {
            "start": 874681826,
            "stop": 874681946
        },
        {
            "start": 874682338,
            "stop": 874682398
        },
        {
            "start": 874682552,
            "stop": 874682612
        },
        {
            "start": 874682845,
            "stop": 874683025
        },
        {
            "start": 874683227,
            "stop": 874683347
        },
        {
            "start": 874683692,
            "stop": 874683752
        },
        {
            "start": 874683901,
            "stop": 874683961
        },
        {
            "start": 874684665,
            "stop": 874684725
        },
        {
            "start": 874684940,
            "stop": 874685240
        },
        {
            "start": 874685954,
            "stop": 874686074
        },
        {
            "start": 874686265,
            "stop": 874686565
        },
        {
            "start": 874686841,
            "stop": 874687081
        },
        {
            "start": 874690554,
            "stop": 874690614
        },
        {
            "start": 874691042,
            "stop": 874691282
        },
        {
            "start": 874691528,
            "stop": 874691708
        },
        {
            "start": 874692226,
            "stop": 874692406
        },
        {
            "start": 874692563,
            "stop": 874692743
        },
        {
            "start": 874692888,
            "stop": 874692948
        },
        {
            "start": 874693173,
            "stop": 874693893
        },
        {
            "start": 874694449,
            "stop": 874694689
        }
    ]
}