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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46925",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46926,
    "results": [
        {
            "start": 875193446,
            "stop": 875193460
        },
        {
            "start": 875193463,
            "stop": 875193464
        },
        {
            "start": 875193468,
            "stop": 875193510
        },
        {
            "start": 875193513,
            "stop": 875193539
        },
        {
            "start": 875193540,
            "stop": 875193654
        },
        {
            "start": 875193657,
            "stop": 875193746
        },
        {
            "start": 875193749,
            "stop": 875193846
        },
        {
            "start": 875193847,
            "stop": 875193913
        },
        {
            "start": 875193915,
            "stop": 875193918
        },
        {
            "start": 875193919,
            "stop": 875193930
        },
        {
            "start": 875193933,
            "stop": 875193952
        },
        {
            "start": 875193953,
            "stop": 875193980
        },
        {
            "start": 875193983,
            "stop": 875194038
        },
        {
            "start": 875194041,
            "stop": 875194185
        },
        {
            "start": 875194188,
            "stop": 875194257
        },
        {
            "start": 875194260,
            "stop": 875194279
        },
        {
            "start": 875194281,
            "stop": 875194325
        },
        {
            "start": 875194328,
            "stop": 875194340
        },
        {
            "start": 875194344,
            "stop": 875194379
        },
        {
            "start": 875194380,
            "stop": 875194426
        }
    ]
}