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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7241",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7242,
    "results": [
        {
            "start": 874844721,
            "stop": 874845249
        },
        {
            "start": 874845250,
            "stop": 874845666
        },
        {
            "start": 874845667,
            "stop": 874845831
        },
        {
            "start": 874845832,
            "stop": 874845956
        },
        {
            "start": 874847419,
            "stop": 874847659
        },
        {
            "start": 874847660,
            "stop": 874847760
        },
        {
            "start": 874847762,
            "stop": 874847901
        },
        {
            "start": 874847902,
            "stop": 874847979
        },
        {
            "start": 874850662,
            "stop": 874851015
        },
        {
            "start": 874851016,
            "stop": 874851060
        },
        {
            "start": 874851120,
            "stop": 874851387
        },
        {
            "start": 874851389,
            "stop": 874851392
        },
        {
            "start": 874851394,
            "stop": 874851523
        },
        {
            "start": 874851526,
            "stop": 874851540
        },
        {
            "start": 874851600,
            "stop": 874851716
        },
        {
            "start": 874851717,
            "stop": 874851898
        },
        {
            "start": 874851899,
            "stop": 874852125
        },
        {
            "start": 874852131,
            "stop": 874852862
        },
        {
            "start": 874852863,
            "stop": 874852969
        },
        {
            "start": 874852971,
            "stop": 874853000
        }
    ]
}