Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=213
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=212",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 213,
    "results": [
        {
            "start": 841769699,
            "stop": 841781559
        },
        {
            "start": 841782112,
            "stop": 841792427
        },
        {
            "start": 841793894,
            "stop": 841922173
        },
        {
            "start": 841923750,
            "stop": 841930040
        },
        {
            "start": 841960616,
            "stop": 842027293
        },
        {
            "start": 842027332,
            "stop": 842027334
        },
        {
            "start": 842027383,
            "stop": 842033353
        },
        {
            "start": 842033385,
            "stop": 842033386
        },
        {
            "start": 842033501,
            "stop": 842037013
        },
        {
            "start": 842038050,
            "stop": 842046973
        },
        {
            "start": 842047007,
            "stop": 842047009
        },
        {
            "start": 842047069,
            "stop": 842048413
        },
        {
            "start": 842049325,
            "stop": 842055497
        },
        {
            "start": 842055592,
            "stop": 842055733
        },
        {
            "start": 842055748,
            "stop": 842055749
        },
        {
            "start": 842056019,
            "stop": 842056640
        },
        {
            "start": 842056716,
            "stop": 842056758
        },
        {
            "start": 842056910,
            "stop": 842057353
        },
        {
            "start": 842057357,
            "stop": 842057358
        },
        {
            "start": 842057502,
            "stop": 842058243
        }
    ]
}