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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=272",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 273,
    "results": [
        {
            "start": 931167101,
            "stop": 931167102
        },
        {
            "start": 931167104,
            "stop": 931167105
        },
        {
            "start": 931167107,
            "stop": 931167108
        },
        {
            "start": 931167109,
            "stop": 931167113
        },
        {
            "start": 931167114,
            "stop": 931167117
        },
        {
            "start": 931167119,
            "stop": 931167121
        },
        {
            "start": 931167122,
            "stop": 931167124
        },
        {
            "start": 931167127,
            "stop": 931167133
        },
        {
            "start": 931167134,
            "stop": 931167137
        },
        {
            "start": 931167139,
            "stop": 931167144
        },
        {
            "start": 931167145,
            "stop": 931167146
        },
        {
            "start": 931167148,
            "stop": 931167150
        },
        {
            "start": 931167154,
            "stop": 931167157
        },
        {
            "start": 931167158,
            "stop": 931167160
        },
        {
            "start": 931167161,
            "stop": 931167162
        },
        {
            "start": 931167167,
            "stop": 931167168
        },
        {
            "start": 931167171,
            "stop": 931167172
        },
        {
            "start": 931167175,
            "stop": 931167177
        },
        {
            "start": 931167178,
            "stop": 931167179
        },
        {
            "start": 931167180,
            "stop": 931167181
        }
    ]
}