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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=118",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 119,
    "results": [
        {
            "start": 816737474,
            "stop": 816737556
        },
        {
            "start": 816737560,
            "stop": 816737585
        },
        {
            "start": 816737589,
            "stop": 816737601
        },
        {
            "start": 816737606,
            "stop": 816737608
        },
        {
            "start": 816737613,
            "stop": 816737617
        },
        {
            "start": 816737620,
            "stop": 816737628
        },
        {
            "start": 816737633,
            "stop": 816737647
        },
        {
            "start": 816737655,
            "stop": 816737669
        },
        {
            "start": 816737674,
            "stop": 816737677
        },
        {
            "start": 816737682,
            "stop": 816737683
        },
        {
            "start": 816737689,
            "stop": 816737691
        },
        {
            "start": 816737696,
            "stop": 816737700
        },
        {
            "start": 816737704,
            "stop": 816737719
        },
        {
            "start": 816737722,
            "stop": 816737775
        },
        {
            "start": 816737779,
            "stop": 816737801
        },
        {
            "start": 816737806,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816737840
        },
        {
            "start": 816737844,
            "stop": 816737846
        },
        {
            "start": 816737850,
            "stop": 816737863
        },
        {
            "start": 816737866,
            "stop": 816737897
        }
    ]
}