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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=370",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 371,
    "results": [
        {
            "start": 1265735156,
            "stop": 1265735918
        },
        {
            "start": 1265735919,
            "stop": 1265737991
        },
        {
            "start": 1265737992,
            "stop": 1265737994
        },
        {
            "start": 1265737995,
            "stop": 1265743633
        },
        {
            "start": 1265743634,
            "stop": 1265743635
        },
        {
            "start": 1265743636,
            "stop": 1265743708
        },
        {
            "start": 1265743709,
            "stop": 1265743730
        },
        {
            "start": 1265743731,
            "stop": 1265743757
        },
        {
            "start": 1265743758,
            "stop": 1265743816
        },
        {
            "start": 1265743817,
            "stop": 1265747952
        },
        {
            "start": 1265752605,
            "stop": 1265754566
        },
        {
            "start": 1265754567,
            "stop": 1265756343
        },
        {
            "start": 1265853330,
            "stop": 1265859199
        },
        {
            "start": 1265859200,
            "stop": 1265865245
        },
        {
            "start": 1265865273,
            "stop": 1265884207
        },
        {
            "start": 1265884208,
            "stop": 1265884210
        },
        {
            "start": 1265884211,
            "stop": 1265884234
        },
        {
            "start": 1265884236,
            "stop": 1265884244
        },
        {
            "start": 1265884245,
            "stop": 1265884248
        },
        {
            "start": 1265884249,
            "stop": 1265884681
        }
    ]
}