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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=563",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=561",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 562,
    "results": [
        {
            "start": 1185584851,
            "stop": 1185591091
        },
        {
            "start": 1185591094,
            "stop": 1185601038
        },
        {
            "start": 1185601042,
            "stop": 1185603942
        },
        {
            "start": 1185603945,
            "stop": 1185608718
        },
        {
            "start": 1185615255,
            "stop": 1185615679
        },
        {
            "start": 1185615683,
            "stop": 1185621053
        },
        {
            "start": 1185621056,
            "stop": 1185627450
        },
        {
            "start": 1185627453,
            "stop": 1185634854
        },
        {
            "start": 1185657014,
            "stop": 1185657618
        },
        {
            "start": 1185658407,
            "stop": 1185661973
        },
        {
            "start": 1185663127,
            "stop": 1185667694
        },
        {
            "start": 1185667826,
            "stop": 1185671336
        },
        {
            "start": 1185671339,
            "stop": 1185676932
        },
        {
            "start": 1185676936,
            "stop": 1185681910
        },
        {
            "start": 1185681914,
            "stop": 1185683690
        },
        {
            "start": 1185683694,
            "stop": 1185697264
        },
        {
            "start": 1185697267,
            "stop": 1185705149
        },
        {
            "start": 1185705153,
            "stop": 1185707282
        },
        {
            "start": 1185707286,
            "stop": 1185709831
        },
        {
            "start": 1185709835,
            "stop": 1185721806
        }
    ]
}