Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=189",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 190,
    "results": [
        {
            "start": 821652792,
            "stop": 821652793
        },
        {
            "start": 821652796,
            "stop": 821652805
        },
        {
            "start": 821652810,
            "stop": 821652813
        },
        {
            "start": 821652816,
            "stop": 821652818
        },
        {
            "start": 821652824,
            "stop": 821652835
        },
        {
            "start": 821652841,
            "stop": 821652853
        },
        {
            "start": 821652858,
            "stop": 821652866
        },
        {
            "start": 821652870,
            "stop": 821652871
        },
        {
            "start": 821652874,
            "stop": 821652886
        },
        {
            "start": 821652889,
            "stop": 821652893
        },
        {
            "start": 821652896,
            "stop": 821652920
        },
        {
            "start": 821652930,
            "stop": 821652953
        },
        {
            "start": 821652956,
            "stop": 821652971
        },
        {
            "start": 821652974,
            "stop": 821652989
        },
        {
            "start": 821652992,
            "stop": 821652993
        },
        {
            "start": 821652997,
            "stop": 821653001
        },
        {
            "start": 821653007,
            "stop": 821653008
        },
        {
            "start": 821653011,
            "stop": 821653014
        },
        {
            "start": 821653017,
            "stop": 821653018
        },
        {
            "start": 821653023,
            "stop": 821653030
        }
    ]
}