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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=380",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 381,
    "results": [
        {
            "start": 857945813,
            "stop": 857946460
        },
        {
            "start": 857946570,
            "stop": 857946585
        },
        {
            "start": 857947152,
            "stop": 857947691
        },
        {
            "start": 857948109,
            "stop": 857949058
        },
        {
            "start": 857949168,
            "stop": 857949170
        },
        {
            "start": 857950894,
            "stop": 857957587
        },
        {
            "start": 857957598,
            "stop": 857957610
        },
        {
            "start": 857957615,
            "stop": 857995215
        },
        {
            "start": 857996325,
            "stop": 857996653
        },
        {
            "start": 857996655,
            "stop": 858007762
        },
        {
            "start": 858007778,
            "stop": 858007787
        },
        {
            "start": 858007795,
            "stop": 858007800
        },
        {
            "start": 858007805,
            "stop": 858008265
        },
        {
            "start": 858008270,
            "stop": 858008290
        },
        {
            "start": 858008298,
            "stop": 858008345
        },
        {
            "start": 858008350,
            "stop": 858009635
        },
        {
            "start": 858009639,
            "stop": 858009641
        },
        {
            "start": 858009644,
            "stop": 858017390
        },
        {
            "start": 858018351,
            "stop": 858021479
        },
        {
            "start": 858031243,
            "stop": 858031488
        }
    ]
}