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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=253",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 254,
    "results": [
        {
            "start": 934734882,
            "stop": 934736565
        },
        {
            "start": 934736568,
            "stop": 934736583
        },
        {
            "start": 934736586,
            "stop": 934736591
        },
        {
            "start": 934736593,
            "stop": 934736610
        },
        {
            "start": 934736612,
            "stop": 934736616
        },
        {
            "start": 934736618,
            "stop": 934736631
        },
        {
            "start": 934736634,
            "stop": 934740156
        },
        {
            "start": 934740159,
            "stop": 934740183
        },
        {
            "start": 934740185,
            "stop": 934740190
        },
        {
            "start": 934740192,
            "stop": 934740209
        },
        {
            "start": 934740211,
            "stop": 934740215
        },
        {
            "start": 934740217,
            "stop": 934740229
        },
        {
            "start": 934740234,
            "stop": 934740259
        },
        {
            "start": 934749183,
            "stop": 934750959
        },
        {
            "start": 934750961,
            "stop": 934750983
        },
        {
            "start": 934750986,
            "stop": 934751011
        },
        {
            "start": 934751013,
            "stop": 934751017
        },
        {
            "start": 934751019,
            "stop": 934751024
        },
        {
            "start": 934751026,
            "stop": 934751032
        },
        {
            "start": 934751036,
            "stop": 934754534
        }
    ]
}