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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5850",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5851,
    "results": [
        {
            "start": 874748957,
            "stop": 874749092
        },
        {
            "start": 874749097,
            "stop": 874749104
        },
        {
            "start": 874749107,
            "stop": 874749114
        },
        {
            "start": 874749117,
            "stop": 874749157
        },
        {
            "start": 874749163,
            "stop": 874749174
        },
        {
            "start": 874749177,
            "stop": 874749207
        },
        {
            "start": 874749210,
            "stop": 874749322
        },
        {
            "start": 874749325,
            "stop": 874749639
        },
        {
            "start": 874749642,
            "stop": 874749662
        },
        {
            "start": 874749665,
            "stop": 874749738
        },
        {
            "start": 874749742,
            "stop": 874749778
        },
        {
            "start": 874749781,
            "stop": 874749976
        },
        {
            "start": 874749979,
            "stop": 874750034
        },
        {
            "start": 874750037,
            "stop": 874750202
        },
        {
            "start": 874750206,
            "stop": 874750207
        },
        {
            "start": 874750211,
            "stop": 874750220
        },
        {
            "start": 874750223,
            "stop": 874750292
        },
        {
            "start": 874750295,
            "stop": 874750359
        },
        {
            "start": 874750362,
            "stop": 874750454
        },
        {
            "start": 874750458,
            "stop": 874750460
        }
    ]
}