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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=308",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 309,
    "results": [
        {
            "start": 869660912,
            "stop": 869660929
        },
        {
            "start": 869660936,
            "stop": 869660949
        },
        {
            "start": 869660955,
            "stop": 869660970
        },
        {
            "start": 869660975,
            "stop": 869660991
        },
        {
            "start": 869660998,
            "stop": 869661031
        },
        {
            "start": 869661035,
            "stop": 869661050
        },
        {
            "start": 869661057,
            "stop": 869661091
        },
        {
            "start": 869661096,
            "stop": 869661107
        },
        {
            "start": 869661117,
            "stop": 869661131
        },
        {
            "start": 869661138,
            "stop": 869661148
        },
        {
            "start": 869661156,
            "stop": 869661162
        },
        {
            "start": 869662565,
            "stop": 869662571
        },
        {
            "start": 869662776,
            "stop": 869663237
        },
        {
            "start": 869663240,
            "stop": 869665401
        },
        {
            "start": 869665405,
            "stop": 869665739
        },
        {
            "start": 869665744,
            "stop": 869665813
        },
        {
            "start": 869665820,
            "stop": 869666103
        },
        {
            "start": 869666112,
            "stop": 869666129
        },
        {
            "start": 869666133,
            "stop": 869666168
        },
        {
            "start": 869666174,
            "stop": 869666184
        }
    ]
}