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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4112",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4113,
    "results": [
        {
            "start": 874233211,
            "stop": 874233354
        },
        {
            "start": 874233377,
            "stop": 874233383
        },
        {
            "start": 874233422,
            "stop": 874233424
        },
        {
            "start": 874233443,
            "stop": 874233477
        },
        {
            "start": 874233498,
            "stop": 874233539
        },
        {
            "start": 874233574,
            "stop": 874233721
        },
        {
            "start": 874233741,
            "stop": 874233812
        },
        {
            "start": 874233831,
            "stop": 874233841
        },
        {
            "start": 874233860,
            "stop": 874233906
        },
        {
            "start": 874233925,
            "stop": 874233928
        },
        {
            "start": 874233947,
            "stop": 874233954
        },
        {
            "start": 874233973,
            "stop": 874234018
        },
        {
            "start": 874234037,
            "stop": 874234049
        },
        {
            "start": 874234068,
            "stop": 874234149
        },
        {
            "start": 874234169,
            "stop": 874234278
        },
        {
            "start": 874234297,
            "stop": 874234443
        },
        {
            "start": 874234462,
            "stop": 874234571
        },
        {
            "start": 874234591,
            "stop": 874234599
        },
        {
            "start": 874234618,
            "stop": 874234868
        },
        {
            "start": 874234902,
            "stop": 874234912
        }
    ]
}