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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=69",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 70,
    "results": [
        {
            "start": 819503355,
            "stop": 819503415
        },
        {
            "start": 819503588,
            "stop": 819503948
        },
        {
            "start": 819504435,
            "stop": 819504495
        },
        {
            "start": 819504683,
            "stop": 819504863
        },
        {
            "start": 819505060,
            "stop": 819505180
        },
        {
            "start": 819505783,
            "stop": 819506083
        },
        {
            "start": 819506282,
            "stop": 819506462
        },
        {
            "start": 819506724,
            "stop": 819506844
        },
        {
            "start": 819507268,
            "stop": 819507328
        },
        {
            "start": 819507707,
            "stop": 819507887
        },
        {
            "start": 819508044,
            "stop": 819508224
        },
        {
            "start": 819508383,
            "stop": 819508683
        },
        {
            "start": 819508912,
            "stop": 819509212
        },
        {
            "start": 819511483,
            "stop": 819511543
        },
        {
            "start": 819511782,
            "stop": 819511902
        },
        {
            "start": 819512235,
            "stop": 819512355
        },
        {
            "start": 819512523,
            "stop": 819512583
        },
        {
            "start": 819512789,
            "stop": 819512969
        },
        {
            "start": 819513126,
            "stop": 819513186
        },
        {
            "start": 819513461,
            "stop": 819513521
        }
    ]
}