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_BURST_CAT3H/segments?format=api&page=33332
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=33333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33331",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33332,
    "results": [
        {
            "start": 971046168,
            "stop": 971046169
        },
        {
            "start": 971046170,
            "stop": 971046174
        },
        {
            "start": 971046175,
            "stop": 971046192
        },
        {
            "start": 971046193,
            "stop": 971046194
        },
        {
            "start": 971046195,
            "stop": 971046197
        },
        {
            "start": 971046198,
            "stop": 971046233
        },
        {
            "start": 971046236,
            "stop": 971046252
        },
        {
            "start": 971046253,
            "stop": 971046261
        },
        {
            "start": 971046262,
            "stop": 971046284
        },
        {
            "start": 971046287,
            "stop": 971046315
        },
        {
            "start": 971046318,
            "stop": 971046320
        },
        {
            "start": 971046321,
            "stop": 971046324
        },
        {
            "start": 971046327,
            "stop": 971046328
        },
        {
            "start": 971046330,
            "stop": 971046340
        },
        {
            "start": 971046343,
            "stop": 971046360
        },
        {
            "start": 971046361,
            "stop": 971046377
        },
        {
            "start": 971046378,
            "stop": 971046379
        },
        {
            "start": 971046380,
            "stop": 971046382
        },
        {
            "start": 971046383,
            "stop": 971046386
        },
        {
            "start": 971046387,
            "stop": 971046391
        }
    ]
}