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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1113",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1111",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1112,
    "results": [
        {
            "start": 1136427429,
            "stop": 1136427434
        },
        {
            "start": 1136427445,
            "stop": 1136427446
        },
        {
            "start": 1136427449,
            "stop": 1136427452
        },
        {
            "start": 1136427461,
            "stop": 1136427462
        },
        {
            "start": 1136427572,
            "stop": 1136427574
        },
        {
            "start": 1136427603,
            "stop": 1136427606
        },
        {
            "start": 1136427726,
            "stop": 1136427727
        },
        {
            "start": 1136427731,
            "stop": 1136427732
        },
        {
            "start": 1136427739,
            "stop": 1136427740
        },
        {
            "start": 1136427745,
            "stop": 1136427746
        },
        {
            "start": 1136427793,
            "stop": 1136427797
        },
        {
            "start": 1136427862,
            "stop": 1136427864
        },
        {
            "start": 1136427893,
            "stop": 1136427894
        },
        {
            "start": 1136427972,
            "stop": 1136427974
        },
        {
            "start": 1136427979,
            "stop": 1136427980
        },
        {
            "start": 1136427999,
            "stop": 1136428000
        },
        {
            "start": 1136428051,
            "stop": 1136428052
        },
        {
            "start": 1136428058,
            "stop": 1136428063
        },
        {
            "start": 1136428068,
            "stop": 1136428069
        },
        {
            "start": 1136428151,
            "stop": 1136428153
        }
    ]
}