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=973
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=974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=972",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 973,
    "results": [
        {
            "start": 872229774,
            "stop": 872229834
        },
        {
            "start": 872230029,
            "stop": 872230569
        },
        {
            "start": 872233968,
            "stop": 872234508
        },
        {
            "start": 872234725,
            "stop": 872234905
        },
        {
            "start": 872235202,
            "stop": 872235382
        },
        {
            "start": 872236230,
            "stop": 872236350
        },
        {
            "start": 872236506,
            "stop": 872236566
        },
        {
            "start": 872237688,
            "stop": 872238528
        },
        {
            "start": 872238662,
            "stop": 872239382
        },
        {
            "start": 872239575,
            "stop": 872240535
        },
        {
            "start": 872240699,
            "stop": 872241899
        },
        {
            "start": 872242118,
            "stop": 872243078
        },
        {
            "start": 872243227,
            "stop": 872243887
        },
        {
            "start": 872244190,
            "stop": 872244250
        },
        {
            "start": 872244517,
            "stop": 872244757
        },
        {
            "start": 872244949,
            "stop": 872247889
        },
        {
            "start": 872248622,
            "stop": 872248742
        },
        {
            "start": 872249075,
            "stop": 872249135
        },
        {
            "start": 872249412,
            "stop": 872249472
        },
        {
            "start": 872249618,
            "stop": 872250278
        }
    ]
}