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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 18,
    "results": [
        {
            "start": 816274574,
            "stop": 816274609
        },
        {
            "start": 816274613,
            "stop": 816274627
        },
        {
            "start": 816274631,
            "stop": 816274639
        },
        {
            "start": 816274644,
            "stop": 816274647
        },
        {
            "start": 816274656,
            "stop": 816274673
        },
        {
            "start": 816274676,
            "stop": 816274717
        },
        {
            "start": 816274737,
            "stop": 816274748
        },
        {
            "start": 816274771,
            "stop": 816274772
        },
        {
            "start": 816274779,
            "stop": 816274781
        },
        {
            "start": 816274823,
            "stop": 816274865
        },
        {
            "start": 816274868,
            "stop": 816274869
        },
        {
            "start": 816274883,
            "stop": 816274889
        },
        {
            "start": 816274906,
            "stop": 816274925
        },
        {
            "start": 816274960,
            "stop": 816274967
        },
        {
            "start": 816274983,
            "stop": 816274992
        },
        {
            "start": 816274996,
            "stop": 816275010
        },
        {
            "start": 816275013,
            "stop": 816275015
        },
        {
            "start": 816275019,
            "stop": 816275023
        },
        {
            "start": 816275031,
            "stop": 816275034
        },
        {
            "start": 816275044,
            "stop": 816275048
        }
    ]
}