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_CAT1/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_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=44",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 45,
    "results": [
        {
            "start": 816423871,
            "stop": 816423937
        },
        {
            "start": 816423940,
            "stop": 816423974
        },
        {
            "start": 816423978,
            "stop": 816424093
        },
        {
            "start": 816424097,
            "stop": 816424152
        },
        {
            "start": 816424157,
            "stop": 816424159
        },
        {
            "start": 816424162,
            "stop": 816424196
        },
        {
            "start": 816424202,
            "stop": 816424205
        },
        {
            "start": 816424210,
            "stop": 816424213
        },
        {
            "start": 816424217,
            "stop": 816424488
        },
        {
            "start": 816424492,
            "stop": 816424577
        },
        {
            "start": 816424581,
            "stop": 816424585
        },
        {
            "start": 816424589,
            "stop": 816424937
        },
        {
            "start": 816424942,
            "stop": 816424974
        },
        {
            "start": 816424979,
            "stop": 816424992
        },
        {
            "start": 816424997,
            "stop": 816425403
        },
        {
            "start": 816425407,
            "stop": 816426027
        },
        {
            "start": 816426030,
            "stop": 816426036
        },
        {
            "start": 816426041,
            "stop": 816426164
        },
        {
            "start": 816426170,
            "stop": 816426949
        },
        {
            "start": 816426952,
            "stop": 816426956
        }
    ]
}