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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 132,
    "results": [
        {
            "start": 1239619880,
            "stop": 1239619976
        },
        {
            "start": 1239619977,
            "stop": 1239619992
        },
        {
            "start": 1239619993,
            "stop": 1239621104
        },
        {
            "start": 1239621107,
            "stop": 1239621310
        },
        {
            "start": 1239621311,
            "stop": 1239621332
        },
        {
            "start": 1239621333,
            "stop": 1239621380
        },
        {
            "start": 1239621381,
            "stop": 1239621443
        },
        {
            "start": 1239621444,
            "stop": 1239621702
        },
        {
            "start": 1239621703,
            "stop": 1239621715
        },
        {
            "start": 1239621716,
            "stop": 1239621812
        },
        {
            "start": 1239621815,
            "stop": 1239622233
        },
        {
            "start": 1239622236,
            "stop": 1239622674
        },
        {
            "start": 1239622675,
            "stop": 1239626873
        },
        {
            "start": 1239626874,
            "stop": 1239627163
        },
        {
            "start": 1239627165,
            "stop": 1239627593
        },
        {
            "start": 1239627594,
            "stop": 1239627797
        },
        {
            "start": 1239627805,
            "stop": 1239627818
        },
        {
            "start": 1239627819,
            "stop": 1239628761
        },
        {
            "start": 1239628764,
            "stop": 1239629414
        },
        {
            "start": 1239629415,
            "stop": 1239629420
        }
    ]
}