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=5852
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=5853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5851",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5852,
    "results": [
        {
            "start": 874750463,
            "stop": 874750508
        },
        {
            "start": 874750511,
            "stop": 874750549
        },
        {
            "start": 874750552,
            "stop": 874750610
        },
        {
            "start": 874750613,
            "stop": 874750741
        },
        {
            "start": 874750744,
            "stop": 874750814
        },
        {
            "start": 874750817,
            "stop": 874750819
        },
        {
            "start": 874750822,
            "stop": 874750888
        },
        {
            "start": 874750892,
            "stop": 874750954
        },
        {
            "start": 874750957,
            "stop": 874750977
        },
        {
            "start": 874750980,
            "stop": 874751053
        },
        {
            "start": 874751056,
            "stop": 874751165
        },
        {
            "start": 874751168,
            "stop": 874751234
        },
        {
            "start": 874751238,
            "stop": 874751241
        },
        {
            "start": 874751245,
            "stop": 874751340
        },
        {
            "start": 874751343,
            "stop": 874751430
        },
        {
            "start": 874751434,
            "stop": 874751512
        },
        {
            "start": 874751515,
            "stop": 874751554
        },
        {
            "start": 874751557,
            "stop": 874751680
        },
        {
            "start": 874751683,
            "stop": 874751685
        },
        {
            "start": 874751688,
            "stop": 874751726
        }
    ]
}