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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3936",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3937,
    "results": [
        {
            "start": 874345759,
            "stop": 874345767
        },
        {
            "start": 874345768,
            "stop": 874345770
        },
        {
            "start": 874345771,
            "stop": 874345780
        },
        {
            "start": 874345781,
            "stop": 874345782
        },
        {
            "start": 874345784,
            "stop": 874345786
        },
        {
            "start": 874345787,
            "stop": 874345788
        },
        {
            "start": 874345790,
            "stop": 874345791
        },
        {
            "start": 874345792,
            "stop": 874345801
        },
        {
            "start": 874345802,
            "stop": 874345804
        },
        {
            "start": 874345805,
            "stop": 874345806
        },
        {
            "start": 874345808,
            "stop": 874345814
        },
        {
            "start": 874345815,
            "stop": 874345816
        },
        {
            "start": 874345817,
            "stop": 874345818
        },
        {
            "start": 874345821,
            "stop": 874345834
        },
        {
            "start": 874345836,
            "stop": 874345839
        },
        {
            "start": 874345840,
            "stop": 874345844
        },
        {
            "start": 874345845,
            "stop": 874345852
        },
        {
            "start": 874345854,
            "stop": 874345863
        },
        {
            "start": 874345864,
            "stop": 874345869
        },
        {
            "start": 874345870,
            "stop": 874345871
        }
    ]
}