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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=180",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 181,
    "results": [
        {
            "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
        },
        {
            "start": 821653033,
            "stop": 821653035
        },
        {
            "start": 821653038,
            "stop": 821653045
        }
    ]
}