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=3993
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=3994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3992",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3993,
    "results": [
        {
            "start": 874699479,
            "stop": 874699671
        },
        {
            "start": 874699672,
            "stop": 874700118
        },
        {
            "start": 874700119,
            "stop": 874700296
        },
        {
            "start": 874702930,
            "stop": 874702932
        },
        {
            "start": 874702933,
            "stop": 874702934
        },
        {
            "start": 874702935,
            "stop": 874702936
        },
        {
            "start": 874702938,
            "stop": 874702939
        },
        {
            "start": 874702940,
            "stop": 874702941
        },
        {
            "start": 874702944,
            "stop": 874702945
        },
        {
            "start": 874702946,
            "stop": 874702948
        },
        {
            "start": 874702949,
            "stop": 874702950
        },
        {
            "start": 874702951,
            "stop": 874702954
        },
        {
            "start": 874702957,
            "stop": 874702958
        },
        {
            "start": 874702959,
            "stop": 874702960
        },
        {
            "start": 874702961,
            "stop": 874702962
        },
        {
            "start": 874702963,
            "stop": 874702964
        },
        {
            "start": 874702966,
            "stop": 874702967
        },
        {
            "start": 874702969,
            "stop": 874702970
        },
        {
            "start": 874702971,
            "stop": 874702983
        },
        {
            "start": 874702985,
            "stop": 874702992
        }
    ]
}