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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8887",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8888,
    "results": [
        {
            "start": 875141466,
            "stop": 875141510
        },
        {
            "start": 875141650,
            "stop": 875142300
        },
        {
            "start": 875142430,
            "stop": 875143260
        },
        {
            "start": 875143380,
            "stop": 875143800
        },
        {
            "start": 875143860,
            "stop": 875144229
        },
        {
            "start": 875144246,
            "stop": 875144264
        },
        {
            "start": 875144384,
            "stop": 875145660
        },
        {
            "start": 875145720,
            "stop": 875145960
        },
        {
            "start": 875146020,
            "stop": 875146140
        },
        {
            "start": 875146270,
            "stop": 875146320
        },
        {
            "start": 875146440,
            "stop": 875146740
        },
        {
            "start": 875146800,
            "stop": 875146879
        },
        {
            "start": 875146886,
            "stop": 875146920
        },
        {
            "start": 875146980,
            "stop": 875147040
        },
        {
            "start": 875147280,
            "stop": 875147400
        },
        {
            "start": 875147580,
            "stop": 875147640
        },
        {
            "start": 875147700,
            "stop": 875147755
        },
        {
            "start": 875147762,
            "stop": 875147826
        },
        {
            "start": 875147843,
            "stop": 875147880
        },
        {
            "start": 875148000,
            "stop": 875148413
        }
    ]
}