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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=106",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 107,
    "results": [
        {
            "start": 841713337,
            "stop": 841764561
        },
        {
            "start": 841764841,
            "stop": 841768816
        },
        {
            "start": 841769699,
            "stop": 841781559
        },
        {
            "start": 841782112,
            "stop": 841792457
        },
        {
            "start": 841793894,
            "stop": 841922222
        },
        {
            "start": 841923750,
            "stop": 841930040
        },
        {
            "start": 841960616,
            "stop": 842027334
        },
        {
            "start": 842027383,
            "stop": 842033386
        },
        {
            "start": 842033501,
            "stop": 842037044
        },
        {
            "start": 842038050,
            "stop": 842047009
        },
        {
            "start": 842047069,
            "stop": 842048468
        },
        {
            "start": 842049325,
            "stop": 842055497
        },
        {
            "start": 842055592,
            "stop": 842055749
        },
        {
            "start": 842056019,
            "stop": 842056640
        },
        {
            "start": 842056716,
            "stop": 842056758
        },
        {
            "start": 842056910,
            "stop": 842057358
        },
        {
            "start": 842057502,
            "stop": 842058243
        },
        {
            "start": 842058338,
            "stop": 842103831
        },
        {
            "start": 842105152,
            "stop": 842108385
        },
        {
            "start": 842138858,
            "stop": 842171400
        }
    ]
}