Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=278
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=277",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 278,
    "results": [
        {
            "start": 935359426,
            "stop": 935359439
        },
        {
            "start": 935359445,
            "stop": 935362963
        },
        {
            "start": 935362965,
            "stop": 935362989
        },
        {
            "start": 935362991,
            "stop": 935363018
        },
        {
            "start": 935363020,
            "stop": 935363024
        },
        {
            "start": 935363026,
            "stop": 935363040
        },
        {
            "start": 935363045,
            "stop": 935363425
        },
        {
            "start": 935364721,
            "stop": 935366563
        },
        {
            "start": 935366565,
            "stop": 935366572
        },
        {
            "start": 935366574,
            "stop": 935366588
        },
        {
            "start": 935366591,
            "stop": 935366624
        },
        {
            "start": 935366626,
            "stop": 935366640
        },
        {
            "start": 935366645,
            "stop": 935370163
        },
        {
            "start": 935370166,
            "stop": 935370173
        },
        {
            "start": 935370175,
            "stop": 935370190
        },
        {
            "start": 935370192,
            "stop": 935370218
        },
        {
            "start": 935370220,
            "stop": 935370224
        },
        {
            "start": 935370227,
            "stop": 935370241
        },
        {
            "start": 935370245,
            "stop": 935373740
        },
        {
            "start": 935373742,
            "stop": 935373762
        }
    ]
}