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/H2_BURST_CAT3/segments?format=api&page=5876
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5875",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5876,
    "results": [
        {
            "start": 874794078,
            "stop": 874794101
        },
        {
            "start": 874794104,
            "stop": 874794140
        },
        {
            "start": 874794144,
            "stop": 874794232
        },
        {
            "start": 874794235,
            "stop": 874794340
        },
        {
            "start": 874794346,
            "stop": 874794360
        },
        {
            "start": 874794365,
            "stop": 874794450
        },
        {
            "start": 874794453,
            "stop": 874794672
        },
        {
            "start": 874794677,
            "stop": 874794707
        },
        {
            "start": 874794710,
            "stop": 874794779
        },
        {
            "start": 874794782,
            "stop": 874795008
        },
        {
            "start": 874795011,
            "stop": 874795016
        },
        {
            "start": 874795019,
            "stop": 874795069
        },
        {
            "start": 874795072,
            "stop": 874795088
        },
        {
            "start": 874795091,
            "stop": 874795120
        },
        {
            "start": 874795124,
            "stop": 874795131
        },
        {
            "start": 874795134,
            "stop": 874795299
        },
        {
            "start": 874795303,
            "stop": 874795309
        },
        {
            "start": 874795312,
            "stop": 874795337
        },
        {
            "start": 874795340,
            "stop": 874795558
        },
        {
            "start": 874795561,
            "stop": 874795564
        }
    ]
}