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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3810",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3811,
    "results": [
        {
            "start": 874644060,
            "stop": 874644730
        },
        {
            "start": 874644747,
            "stop": 874645936
        },
        {
            "start": 874645953,
            "stop": 874646103
        },
        {
            "start": 874646120,
            "stop": 874646369
        },
        {
            "start": 874646386,
            "stop": 874647218
        },
        {
            "start": 874647235,
            "stop": 874647655
        },
        {
            "start": 874647672,
            "stop": 874648385
        },
        {
            "start": 874648402,
            "stop": 874648754
        },
        {
            "start": 874648771,
            "stop": 874649198
        },
        {
            "start": 874649215,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874653093
        },
        {
            "start": 874653110,
            "stop": 874654617
        },
        {
            "start": 874654634,
            "stop": 874655175
        },
        {
            "start": 874655192,
            "stop": 874657073
        },
        {
            "start": 874657090,
            "stop": 874659136
        },
        {
            "start": 874659153,
            "stop": 874660417
        },
        {
            "start": 874660434,
            "stop": 874661321
        },
        {
            "start": 874661338,
            "stop": 874663167
        },
        {
            "start": 874663184,
            "stop": 874664229
        },
        {
            "start": 874664247,
            "stop": 874664282
        }
    ]
}