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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=71",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 72,
    "results": [
        {
            "start": 931403901,
            "stop": 931403909
        },
        {
            "start": 931403915,
            "stop": 931403960
        },
        {
            "start": 931403965,
            "stop": 931403971
        },
        {
            "start": 931403977,
            "stop": 931404012
        },
        {
            "start": 931404018,
            "stop": 931404031
        },
        {
            "start": 931404057,
            "stop": 931404059
        },
        {
            "start": 931404064,
            "stop": 931404076
        },
        {
            "start": 931404082,
            "stop": 931404092
        },
        {
            "start": 931404102,
            "stop": 931404127
        },
        {
            "start": 931404133,
            "stop": 931404139
        },
        {
            "start": 931404145,
            "stop": 931404202
        },
        {
            "start": 931404210,
            "stop": 931404217
        },
        {
            "start": 931404223,
            "stop": 931404225
        },
        {
            "start": 931404231,
            "stop": 931404286
        },
        {
            "start": 931404297,
            "stop": 931404345
        },
        {
            "start": 931404351,
            "stop": 931404372
        },
        {
            "start": 931404383,
            "stop": 931404393
        },
        {
            "start": 931404399,
            "stop": 931404403
        },
        {
            "start": 931404409,
            "stop": 931404418
        },
        {
            "start": 931404424,
            "stop": 931404464
        }
    ]
}