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=46941
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=46942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46940",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46941,
    "results": [
        {
            "start": 875199391,
            "stop": 875199398
        },
        {
            "start": 875199401,
            "stop": 875199419
        },
        {
            "start": 875199420,
            "stop": 875199453
        },
        {
            "start": 875199456,
            "stop": 875199461
        },
        {
            "start": 875199464,
            "stop": 875199479
        },
        {
            "start": 875199480,
            "stop": 875199483
        },
        {
            "start": 875199484,
            "stop": 875199487
        },
        {
            "start": 875199488,
            "stop": 875199508
        },
        {
            "start": 875199511,
            "stop": 875199522
        },
        {
            "start": 875199523,
            "stop": 875199537
        },
        {
            "start": 875199538,
            "stop": 875199541
        },
        {
            "start": 875199542,
            "stop": 875199547
        },
        {
            "start": 875199548,
            "stop": 875199560
        },
        {
            "start": 875199561,
            "stop": 875199573
        },
        {
            "start": 875199574,
            "stop": 875199583
        },
        {
            "start": 875199586,
            "stop": 875199590
        },
        {
            "start": 875199594,
            "stop": 875199600
        },
        {
            "start": 875199602,
            "stop": 875199672
        },
        {
            "start": 875199678,
            "stop": 875199709
        },
        {
            "start": 875199710,
            "stop": 875199725
        }
    ]
}