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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46871",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46872,
    "results": [
        {
            "start": 875147679,
            "stop": 875147686
        },
        {
            "start": 875147689,
            "stop": 875147699
        },
        {
            "start": 875147704,
            "stop": 875147733
        },
        {
            "start": 875147737,
            "stop": 875147739
        },
        {
            "start": 875147742,
            "stop": 875147750
        },
        {
            "start": 875147752,
            "stop": 875147761
        },
        {
            "start": 875147762,
            "stop": 875147766
        },
        {
            "start": 875147767,
            "stop": 875147771
        },
        {
            "start": 875147773,
            "stop": 875147777
        },
        {
            "start": 875147778,
            "stop": 875147792
        },
        {
            "start": 875147794,
            "stop": 875147802
        },
        {
            "start": 875147803,
            "stop": 875147823
        },
        {
            "start": 875147824,
            "stop": 875147829
        },
        {
            "start": 875147830,
            "stop": 875147836
        },
        {
            "start": 875147844,
            "stop": 875147855
        },
        {
            "start": 875147858,
            "stop": 875147863
        },
        {
            "start": 875147864,
            "stop": 875147866
        },
        {
            "start": 875147867,
            "stop": 875147878
        },
        {
            "start": 875147881,
            "stop": 875147899
        },
        {
            "start": 875147900,
            "stop": 875147903
        }
    ]
}