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/O2/timelines/H1_CBC_CAT3/segments?format=api&page=284
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=283",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 284,
    "results": [
        {
            "start": 1181117159,
            "stop": 1181117875
        },
        {
            "start": 1181117877,
            "stop": 1181117883
        },
        {
            "start": 1181117884,
            "stop": 1181118722
        },
        {
            "start": 1181118724,
            "stop": 1181119488
        },
        {
            "start": 1181119489,
            "stop": 1181121268
        },
        {
            "start": 1181121269,
            "stop": 1181122860
        },
        {
            "start": 1181122861,
            "stop": 1181123243
        },
        {
            "start": 1181123244,
            "stop": 1181123885
        },
        {
            "start": 1181123886,
            "stop": 1181124873
        },
        {
            "start": 1181124879,
            "stop": 1181125088
        },
        {
            "start": 1181125089,
            "stop": 1181125620
        },
        {
            "start": 1181125623,
            "stop": 1181126015
        },
        {
            "start": 1181126016,
            "stop": 1181126017
        },
        {
            "start": 1181126018,
            "stop": 1181126020
        },
        {
            "start": 1181126021,
            "stop": 1181126332
        },
        {
            "start": 1181126333,
            "stop": 1181126363
        },
        {
            "start": 1181126368,
            "stop": 1181126978
        },
        {
            "start": 1181126982,
            "stop": 1181126999
        },
        {
            "start": 1181127000,
            "stop": 1181127005
        },
        {
            "start": 1181127006,
            "stop": 1181127008
        }
    ]
}