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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7260",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7261,
    "results": [
        {
            "start": 874936157,
            "stop": 874936665
        },
        {
            "start": 874936666,
            "stop": 874936764
        },
        {
            "start": 874936767,
            "stop": 874936801
        },
        {
            "start": 874936802,
            "stop": 874936823
        },
        {
            "start": 874936825,
            "stop": 874936829
        },
        {
            "start": 874936830,
            "stop": 874936948
        },
        {
            "start": 874936950,
            "stop": 874937025
        },
        {
            "start": 874937027,
            "stop": 874937066
        },
        {
            "start": 874937067,
            "stop": 874937092
        },
        {
            "start": 874937094,
            "stop": 874937125
        },
        {
            "start": 874937126,
            "stop": 874937182
        },
        {
            "start": 874937183,
            "stop": 874937229
        },
        {
            "start": 874937230,
            "stop": 874937247
        },
        {
            "start": 874937248,
            "stop": 874937389
        },
        {
            "start": 874937391,
            "stop": 874937416
        },
        {
            "start": 874937417,
            "stop": 874937634
        },
        {
            "start": 874937637,
            "stop": 874937640
        },
        {
            "start": 874937700,
            "stop": 874937988
        },
        {
            "start": 874937989,
            "stop": 874938007
        },
        {
            "start": 874938008,
            "stop": 874938250
        }
    ]
}