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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=114",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 115,
    "results": [
        {
            "start": 817386020,
            "stop": 817386038
        },
        {
            "start": 817386041,
            "stop": 817386871
        },
        {
            "start": 817386872,
            "stop": 817389304
        },
        {
            "start": 817389307,
            "stop": 817390033
        },
        {
            "start": 817390036,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817393595
        },
        {
            "start": 817393598,
            "stop": 817394315
        },
        {
            "start": 817394318,
            "stop": 817397279
        },
        {
            "start": 817397283,
            "stop": 817397761
        },
        {
            "start": 817397764,
            "stop": 817397856
        },
        {
            "start": 817397888,
            "stop": 817398482
        },
        {
            "start": 817398485,
            "stop": 817398833
        },
        {
            "start": 817400049,
            "stop": 817400633
        },
        {
            "start": 817403822,
            "stop": 817404740
        },
        {
            "start": 817405303,
            "stop": 817405400
        },
        {
            "start": 817405403,
            "stop": 817405855
        },
        {
            "start": 817405975,
            "stop": 817406929
        },
        {
            "start": 817406932,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817408832
        },
        {
            "start": 817408864,
            "stop": 817410631
        }
    ]
}