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=371
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=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=370",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 371,
    "results": [
        {
            "start": 859081884,
            "stop": 859081924
        },
        {
            "start": 859081928,
            "stop": 859081934
        },
        {
            "start": 859081937,
            "stop": 859081948
        },
        {
            "start": 859081952,
            "stop": 859082010
        },
        {
            "start": 859082014,
            "stop": 859082270
        },
        {
            "start": 859082274,
            "stop": 859082346
        },
        {
            "start": 859082350,
            "stop": 859082361
        },
        {
            "start": 859082364,
            "stop": 859082394
        },
        {
            "start": 859082397,
            "stop": 859082499
        },
        {
            "start": 859082503,
            "stop": 859082542
        },
        {
            "start": 859082566,
            "stop": 859082572
        },
        {
            "start": 859082575,
            "stop": 859084717
        },
        {
            "start": 859084798,
            "stop": 859084965
        },
        {
            "start": 859084969,
            "stop": 859085183
        },
        {
            "start": 859085333,
            "stop": 859085585
        },
        {
            "start": 859085648,
            "stop": 859085917
        },
        {
            "start": 859092206,
            "stop": 859093697
        },
        {
            "start": 859093887,
            "stop": 859123596
        },
        {
            "start": 859125094,
            "stop": 859127634
        },
        {
            "start": 859128854,
            "stop": 859145855
        }
    ]
}