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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4932",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4933,
    "results": [
        {
            "start": 874398018,
            "stop": 874398033
        },
        {
            "start": 874398040,
            "stop": 874398209
        },
        {
            "start": 874398216,
            "stop": 874398432
        },
        {
            "start": 874398440,
            "stop": 874398932
        },
        {
            "start": 874398939,
            "stop": 874398960
        },
        {
            "start": 874398968,
            "stop": 874399059
        },
        {
            "start": 874399066,
            "stop": 874399074
        },
        {
            "start": 874399081,
            "stop": 874399150
        },
        {
            "start": 874399159,
            "stop": 874399184
        },
        {
            "start": 874399195,
            "stop": 874399203
        },
        {
            "start": 874399210,
            "stop": 874399366
        },
        {
            "start": 874399373,
            "stop": 874399540
        },
        {
            "start": 874399552,
            "stop": 874399576
        },
        {
            "start": 874399584,
            "stop": 874399738
        },
        {
            "start": 874399745,
            "stop": 874399760
        },
        {
            "start": 874399768,
            "stop": 874399798
        },
        {
            "start": 874399805,
            "stop": 874399853
        },
        {
            "start": 874399867,
            "stop": 874399902
        },
        {
            "start": 874399909,
            "stop": 874400034
        },
        {
            "start": 874400041,
            "stop": 874400098
        }
    ]
}