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=7317
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=7318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7316",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7317,
    "results": [
        {
            "start": 875183459,
            "stop": 875183461
        },
        {
            "start": 875183462,
            "stop": 875183471
        },
        {
            "start": 875183472,
            "stop": 875183475
        },
        {
            "start": 875183476,
            "stop": 875183478
        },
        {
            "start": 875183479,
            "stop": 875183485
        },
        {
            "start": 875183486,
            "stop": 875183488
        },
        {
            "start": 875183489,
            "stop": 875183491
        },
        {
            "start": 875183492,
            "stop": 875183520
        },
        {
            "start": 875183522,
            "stop": 875183725
        },
        {
            "start": 875183729,
            "stop": 875183731
        },
        {
            "start": 875183733,
            "stop": 875183746
        },
        {
            "start": 875183747,
            "stop": 875183840
        },
        {
            "start": 875183841,
            "stop": 875183977
        },
        {
            "start": 875183978,
            "stop": 875184230
        },
        {
            "start": 875184232,
            "stop": 875184345
        },
        {
            "start": 875184346,
            "stop": 875184803
        },
        {
            "start": 875186512,
            "stop": 875186784
        },
        {
            "start": 875186785,
            "stop": 875187098
        },
        {
            "start": 875187100,
            "stop": 875187132
        },
        {
            "start": 875187133,
            "stop": 875187543
        }
    ]
}