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=7209
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=7210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7208",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7209,
    "results": [
        {
            "start": 874673434,
            "stop": 874673967
        },
        {
            "start": 874673968,
            "stop": 874674285
        },
        {
            "start": 874674286,
            "stop": 874674774
        },
        {
            "start": 874674775,
            "stop": 874674779
        },
        {
            "start": 874674780,
            "stop": 874674835
        },
        {
            "start": 874674836,
            "stop": 874675386
        },
        {
            "start": 874675387,
            "stop": 874676065
        },
        {
            "start": 874676066,
            "stop": 874676105
        },
        {
            "start": 874676107,
            "stop": 874676324
        },
        {
            "start": 874676326,
            "stop": 874676455
        },
        {
            "start": 874676456,
            "stop": 874676661
        },
        {
            "start": 874676662,
            "stop": 874676991
        },
        {
            "start": 874676992,
            "stop": 874677255
        },
        {
            "start": 874677256,
            "stop": 874677621
        },
        {
            "start": 874677622,
            "stop": 874677901
        },
        {
            "start": 874677902,
            "stop": 874678137
        },
        {
            "start": 874678138,
            "stop": 874678218
        },
        {
            "start": 874678220,
            "stop": 874678320
        },
        {
            "start": 874678322,
            "stop": 874678551
        },
        {
            "start": 874678552,
            "stop": 874678582
        }
    ]
}