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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 80,
    "results": [
        {
            "start": 1257558576,
            "stop": 1257558831
        },
        {
            "start": 1257558832,
            "stop": 1257559829
        },
        {
            "start": 1257559830,
            "stop": 1257559839
        },
        {
            "start": 1257559847,
            "stop": 1257560055
        },
        {
            "start": 1257560057,
            "stop": 1257564845
        },
        {
            "start": 1257564847,
            "stop": 1257566109
        },
        {
            "start": 1257566117,
            "stop": 1257567052
        },
        {
            "start": 1257567055,
            "stop": 1257567475
        },
        {
            "start": 1257567476,
            "stop": 1257567503
        },
        {
            "start": 1257567504,
            "stop": 1257567505
        },
        {
            "start": 1257567509,
            "stop": 1257567543
        },
        {
            "start": 1257567544,
            "stop": 1257568398
        },
        {
            "start": 1257570198,
            "stop": 1257570350
        },
        {
            "start": 1257570355,
            "stop": 1257570372
        },
        {
            "start": 1257570373,
            "stop": 1257570464
        },
        {
            "start": 1257570467,
            "stop": 1257570845
        },
        {
            "start": 1257570848,
            "stop": 1257571096
        },
        {
            "start": 1257571099,
            "stop": 1257571585
        },
        {
            "start": 1257572920,
            "stop": 1257573116
        },
        {
            "start": 1257573119,
            "stop": 1257574096
        }
    ]
}