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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3520",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3518",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3519,
    "results": [
        {
            "start": 970153809,
            "stop": 970153817
        },
        {
            "start": 970153820,
            "stop": 970153852
        },
        {
            "start": 970153855,
            "stop": 970153983
        },
        {
            "start": 970153989,
            "stop": 970154017
        },
        {
            "start": 970154023,
            "stop": 970154113
        },
        {
            "start": 970154124,
            "stop": 970154141
        },
        {
            "start": 970154160,
            "stop": 970154162
        },
        {
            "start": 970154173,
            "stop": 970154183
        },
        {
            "start": 970154207,
            "stop": 970154224
        },
        {
            "start": 970154241,
            "stop": 970154306
        },
        {
            "start": 970154317,
            "stop": 970154358
        },
        {
            "start": 970154384,
            "stop": 970155004
        },
        {
            "start": 970155006,
            "stop": 970155206
        },
        {
            "start": 970155209,
            "stop": 970155270
        },
        {
            "start": 970155296,
            "stop": 970155342
        },
        {
            "start": 970155348,
            "stop": 970155353
        },
        {
            "start": 970155359,
            "stop": 970155829
        },
        {
            "start": 970155847,
            "stop": 970156411
        },
        {
            "start": 970156414,
            "stop": 970156545
        },
        {
            "start": 970156548,
            "stop": 970156596
        }
    ]
}