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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=119",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 120,
    "results": [
        {
            "start": 1176216965,
            "stop": 1176216967
        },
        {
            "start": 1176216968,
            "stop": 1176216974
        },
        {
            "start": 1176216975,
            "stop": 1176218439
        },
        {
            "start": 1176218440,
            "stop": 1176227265
        },
        {
            "start": 1176227269,
            "stop": 1176227364
        },
        {
            "start": 1176227365,
            "stop": 1176227366
        },
        {
            "start": 1176227368,
            "stop": 1176227369
        },
        {
            "start": 1176227370,
            "stop": 1176228871
        },
        {
            "start": 1176228872,
            "stop": 1176228880
        },
        {
            "start": 1176228881,
            "stop": 1176228882
        },
        {
            "start": 1176228883,
            "stop": 1176229013
        },
        {
            "start": 1176229014,
            "stop": 1176229560
        },
        {
            "start": 1176229562,
            "stop": 1176231772
        },
        {
            "start": 1176231774,
            "stop": 1176231780
        },
        {
            "start": 1176231782,
            "stop": 1176240064
        },
        {
            "start": 1176240430,
            "stop": 1176241281
        },
        {
            "start": 1176241283,
            "stop": 1176255831
        },
        {
            "start": 1176258789,
            "stop": 1176259517
        },
        {
            "start": 1176259518,
            "stop": 1176262900
        },
        {
            "start": 1176268869,
            "stop": 1176271384
        }
    ]
}