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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3642",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3643,
    "results": [
        {
            "start": 872466056,
            "stop": 872466644
        },
        {
            "start": 872466885,
            "stop": 872468647
        },
        {
            "start": 872468668,
            "stop": 872468669
        },
        {
            "start": 872468691,
            "stop": 872469912
        },
        {
            "start": 872469929,
            "stop": 872470315
        },
        {
            "start": 872470332,
            "stop": 872472929
        },
        {
            "start": 872472946,
            "stop": 872473007
        },
        {
            "start": 872473024,
            "stop": 872473627
        },
        {
            "start": 872473644,
            "stop": 872473650
        },
        {
            "start": 872473667,
            "stop": 872473972
        },
        {
            "start": 872473989,
            "stop": 872474223
        },
        {
            "start": 872474240,
            "stop": 872475101
        },
        {
            "start": 872475118,
            "stop": 872475195
        },
        {
            "start": 872475212,
            "stop": 872476234
        },
        {
            "start": 872476251,
            "stop": 872477481
        },
        {
            "start": 872477498,
            "stop": 872481414
        },
        {
            "start": 872481431,
            "stop": 872482430
        },
        {
            "start": 872482447,
            "stop": 872483249
        },
        {
            "start": 872483445,
            "stop": 872485991
        },
        {
            "start": 872486008,
            "stop": 872486689
        }
    ]
}