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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33278",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33279,
    "results": [
        {
            "start": 970999897,
            "stop": 970999917
        },
        {
            "start": 970999918,
            "stop": 970999929
        },
        {
            "start": 970999931,
            "stop": 970999937
        },
        {
            "start": 970999939,
            "stop": 970999948
        },
        {
            "start": 970999950,
            "stop": 970999974
        },
        {
            "start": 970999977,
            "stop": 970999983
        },
        {
            "start": 970999984,
            "stop": 971000001
        },
        {
            "start": 971000002,
            "stop": 971000016
        },
        {
            "start": 971000017,
            "stop": 971000025
        },
        {
            "start": 971000028,
            "stop": 971000050
        },
        {
            "start": 971000051,
            "stop": 971000054
        },
        {
            "start": 971000055,
            "stop": 971000246
        },
        {
            "start": 971000247,
            "stop": 971000283
        },
        {
            "start": 971000286,
            "stop": 971000295
        },
        {
            "start": 971000296,
            "stop": 971000306
        },
        {
            "start": 971000309,
            "stop": 971000315
        },
        {
            "start": 971000318,
            "stop": 971000331
        },
        {
            "start": 971000332,
            "stop": 971000339
        },
        {
            "start": 971000340,
            "stop": 971000354
        },
        {
            "start": 971000357,
            "stop": 971000379
        }
    ]
}