Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=392
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=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=391",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 392,
    "results": [
        {
            "start": 847777364,
            "stop": 847777413
        },
        {
            "start": 847777415,
            "stop": 847777419
        },
        {
            "start": 847777420,
            "stop": 847777533
        },
        {
            "start": 847777535,
            "stop": 847777544
        },
        {
            "start": 847777545,
            "stop": 847777671
        },
        {
            "start": 847777673,
            "stop": 847777702
        },
        {
            "start": 847777703,
            "stop": 847777714
        },
        {
            "start": 847777716,
            "stop": 847777744
        },
        {
            "start": 847777745,
            "stop": 847777746
        },
        {
            "start": 847777748,
            "stop": 847777754
        },
        {
            "start": 847777755,
            "stop": 847777797
        },
        {
            "start": 847777798,
            "stop": 847777799
        },
        {
            "start": 847777800,
            "stop": 847777831
        },
        {
            "start": 847777833,
            "stop": 847777958
        },
        {
            "start": 847777959,
            "stop": 847777992
        },
        {
            "start": 847777993,
            "stop": 847778012
        },
        {
            "start": 847778013,
            "stop": 847778055
        },
        {
            "start": 847778056,
            "stop": 847778077
        },
        {
            "start": 847778078,
            "stop": 847778097
        },
        {
            "start": 847778099,
            "stop": 847778129
        }
    ]
}