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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=76",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 77,
    "results": [
        {
            "start": 816484479,
            "stop": 816484483
        },
        {
            "start": 816484488,
            "stop": 816484497
        },
        {
            "start": 816484502,
            "stop": 816484512
        },
        {
            "start": 816484518,
            "stop": 816484609
        },
        {
            "start": 816485606,
            "stop": 816485697
        },
        {
            "start": 816485700,
            "stop": 816485705
        },
        {
            "start": 816485709,
            "stop": 816485878
        },
        {
            "start": 816485882,
            "stop": 816486034
        },
        {
            "start": 816486044,
            "stop": 816486053
        },
        {
            "start": 816486058,
            "stop": 816486060
        },
        {
            "start": 816486066,
            "stop": 816486072
        },
        {
            "start": 816486075,
            "stop": 816486077
        },
        {
            "start": 816486093,
            "stop": 816486094
        },
        {
            "start": 816486108,
            "stop": 816486109
        },
        {
            "start": 816486114,
            "stop": 816486126
        },
        {
            "start": 816486129,
            "stop": 816486166
        },
        {
            "start": 816486178,
            "stop": 816486293
        },
        {
            "start": 816486297,
            "stop": 816486301
        },
        {
            "start": 816486306,
            "stop": 816486316
        },
        {
            "start": 816486321,
            "stop": 816486324
        }
    ]
}