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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=82",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 83,
    "results": [
        {
            "start": 817586695,
            "stop": 817586700
        },
        {
            "start": 817586984,
            "stop": 817587120
        },
        {
            "start": 817587464,
            "stop": 817587720
        },
        {
            "start": 817587840,
            "stop": 817587900
        },
        {
            "start": 817588200,
            "stop": 817588320
        },
        {
            "start": 817588440,
            "stop": 817588485
        },
        {
            "start": 817588620,
            "stop": 817590942
        },
        {
            "start": 817591080,
            "stop": 817591140
        },
        {
            "start": 817591380,
            "stop": 817591500
        },
        {
            "start": 817591560,
            "stop": 817591680
        },
        {
            "start": 817591800,
            "stop": 817591860
        },
        {
            "start": 817591920,
            "stop": 817591980
        },
        {
            "start": 817592040,
            "stop": 817592042
        },
        {
            "start": 817592220,
            "stop": 817592280
        },
        {
            "start": 817592400,
            "stop": 817592463
        },
        {
            "start": 817594600,
            "stop": 817594680
        },
        {
            "start": 817594740,
            "stop": 817594800
        },
        {
            "start": 817594860,
            "stop": 817594920
        },
        {
            "start": 817595100,
            "stop": 817595160
        },
        {
            "start": 817595220,
            "stop": 817595366
        }
    ]
}