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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2414",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2415,
    "results": [
        {
            "start": 873343190,
            "stop": 873350520
        },
        {
            "start": 873350640,
            "stop": 873354406
        },
        {
            "start": 873354423,
            "stop": 873359820
        },
        {
            "start": 873359880,
            "stop": 873367081
        },
        {
            "start": 873367098,
            "stop": 873369398
        },
        {
            "start": 873369415,
            "stop": 873370357
        },
        {
            "start": 873370374,
            "stop": 873372126
        },
        {
            "start": 873372143,
            "stop": 873384871
        },
        {
            "start": 873384888,
            "stop": 873392478
        },
        {
            "start": 873392495,
            "stop": 873393000
        },
        {
            "start": 873393017,
            "stop": 873393977
        },
        {
            "start": 873394015,
            "stop": 873397113
        },
        {
            "start": 873397125,
            "stop": 873397800
        },
        {
            "start": 873397860,
            "stop": 873399121
        },
        {
            "start": 873399138,
            "stop": 873411733
        },
        {
            "start": 873411737,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413989
        },
        {
            "start": 873414099,
            "stop": 873414320
        },
        {
            "start": 873414355,
            "stop": 873415558
        },
        {
            "start": 873415858,
            "stop": 873415872
        }
    ]
}