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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 61,
    "results": [
        {
            "start": 1172036570,
            "stop": 1172036571
        },
        {
            "start": 1172036573,
            "stop": 1172036684
        },
        {
            "start": 1172036685,
            "stop": 1172036702
        },
        {
            "start": 1172036704,
            "stop": 1172036756
        },
        {
            "start": 1172036759,
            "stop": 1172036839
        },
        {
            "start": 1172036842,
            "stop": 1172036918
        },
        {
            "start": 1172036920,
            "stop": 1172037362
        },
        {
            "start": 1172037365,
            "stop": 1172038111
        },
        {
            "start": 1172038120,
            "stop": 1172038843
        },
        {
            "start": 1172038845,
            "stop": 1172046890
        },
        {
            "start": 1172058407,
            "stop": 1172062779
        },
        {
            "start": 1172065285,
            "stop": 1172076337
        },
        {
            "start": 1172076823,
            "stop": 1172082802
        },
        {
            "start": 1172082805,
            "stop": 1172086486
        },
        {
            "start": 1172086490,
            "stop": 1172107633
        },
        {
            "start": 1172107637,
            "stop": 1172112166
        },
        {
            "start": 1172112170,
            "stop": 1172134753
        },
        {
            "start": 1172134757,
            "stop": 1172135301
        },
        {
            "start": 1172135803,
            "stop": 1172152802
        },
        {
            "start": 1172154191,
            "stop": 1172183912
        }
    ]
}