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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=532",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 531,
    "results": [
        {
            "start": 969678312,
            "stop": 969678325
        },
        {
            "start": 969678326,
            "stop": 969678336
        },
        {
            "start": 969678337,
            "stop": 969678355
        },
        {
            "start": 969678356,
            "stop": 969678444
        },
        {
            "start": 969678445,
            "stop": 969678450
        },
        {
            "start": 969678451,
            "stop": 969678656
        },
        {
            "start": 969678657,
            "stop": 969678672
        },
        {
            "start": 969678673,
            "stop": 969694427
        },
        {
            "start": 969694428,
            "stop": 969713783
        },
        {
            "start": 969717809,
            "stop": 969721228
        },
        {
            "start": 969741560,
            "stop": 969742162
        },
        {
            "start": 969742199,
            "stop": 969742210
        },
        {
            "start": 969742269,
            "stop": 969743081
        },
        {
            "start": 969743083,
            "stop": 969744561
        },
        {
            "start": 969747238,
            "stop": 969749214
        },
        {
            "start": 969750734,
            "stop": 969753928
        },
        {
            "start": 969757018,
            "stop": 969773011
        },
        {
            "start": 969781218,
            "stop": 969792845
        },
        {
            "start": 969794909,
            "stop": 969798776
        },
        {
            "start": 969806271,
            "stop": 969814623
        }
    ]
}