Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6223",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6224,
    "results": [
        {
            "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
        },
        {
            "start": 874702994,
            "stop": 874703002
        },
        {
            "start": 874703004,
            "stop": 874703007
        },
        {
            "start": 874703010,
            "stop": 874703012
        },
        {
            "start": 874703016,
            "stop": 874703019
        }
    ]
}