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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8826",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8827,
    "results": [
        {
            "start": 874337590,
            "stop": 874337690
        },
        {
            "start": 874337770,
            "stop": 874337853
        },
        {
            "start": 874337973,
            "stop": 874337990
        },
        {
            "start": 874338070,
            "stop": 874338117
        },
        {
            "start": 874338134,
            "stop": 874339339
        },
        {
            "start": 874339473,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874341824
        },
        {
            "start": 874341944,
            "stop": 874342378
        },
        {
            "start": 874342587,
            "stop": 874342741
        },
        {
            "start": 874342930,
            "stop": 874342949
        },
        {
            "start": 874342986,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874343383
        },
        {
            "start": 874343387,
            "stop": 874343630
        },
        {
            "start": 874343710,
            "stop": 874343836
        },
        {
            "start": 874343844,
            "stop": 874343859
        },
        {
            "start": 874343870,
            "stop": 874343998
        },
        {
            "start": 874344016,
            "stop": 874344844
        },
        {
            "start": 874344964,
            "stop": 874345041
        },
        {
            "start": 874345161,
            "stop": 874345486
        },
        {
            "start": 874345690,
            "stop": 874347143
        }
    ]
}