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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6258",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6259,
    "results": [
        {
            "start": 874999891,
            "stop": 875000294
        },
        {
            "start": 875000297,
            "stop": 875000765
        },
        {
            "start": 875000768,
            "stop": 875001013
        },
        {
            "start": 875001014,
            "stop": 875001073
        },
        {
            "start": 875001075,
            "stop": 875001412
        },
        {
            "start": 875001413,
            "stop": 875001655
        },
        {
            "start": 875001657,
            "stop": 875002683
        },
        {
            "start": 875002686,
            "stop": 875002931
        },
        {
            "start": 875002937,
            "stop": 875003275
        },
        {
            "start": 875003277,
            "stop": 875003783
        },
        {
            "start": 875003784,
            "stop": 875003951
        },
        {
            "start": 875003953,
            "stop": 875004015
        },
        {
            "start": 875004016,
            "stop": 875004107
        },
        {
            "start": 875004109,
            "stop": 875004572
        },
        {
            "start": 875004575,
            "stop": 875004584
        },
        {
            "start": 875004588,
            "stop": 875004600
        },
        {
            "start": 875004603,
            "stop": 875004721
        },
        {
            "start": 875004724,
            "stop": 875004736
        },
        {
            "start": 875004741,
            "stop": 875004801
        },
        {
            "start": 875004804,
            "stop": 875004835
        }
    ]
}