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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=153",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 154,
    "results": [
        {
            "start": 931135238,
            "stop": 931135239
        },
        {
            "start": 931135240,
            "stop": 931135243
        },
        {
            "start": 931135244,
            "stop": 931135245
        },
        {
            "start": 931135246,
            "stop": 931135257
        },
        {
            "start": 931135258,
            "stop": 931135260
        },
        {
            "start": 931135261,
            "stop": 931135265
        },
        {
            "start": 931135266,
            "stop": 931135268
        },
        {
            "start": 931135270,
            "stop": 931135272
        },
        {
            "start": 931135273,
            "stop": 931135276
        },
        {
            "start": 931135281,
            "stop": 931135284
        },
        {
            "start": 931135286,
            "stop": 931135287
        },
        {
            "start": 931135291,
            "stop": 931135293
        },
        {
            "start": 931135295,
            "stop": 931135297
        },
        {
            "start": 931135298,
            "stop": 931135300
        },
        {
            "start": 931135304,
            "stop": 931135307
        },
        {
            "start": 931135308,
            "stop": 931135311
        },
        {
            "start": 931135316,
            "stop": 931135318
        },
        {
            "start": 931135322,
            "stop": 931135323
        },
        {
            "start": 931135325,
            "stop": 931135328
        },
        {
            "start": 931135329,
            "stop": 931135331
        }
    ]
}