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/H1_CBCHIGH_CAT4/segments?format=api&page=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=154",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 155,
    "results": [
        {
            "start": 819538560,
            "stop": 819542710
        },
        {
            "start": 819542727,
            "stop": 819547075
        },
        {
            "start": 819547078,
            "stop": 819547292
        },
        {
            "start": 819547295,
            "stop": 819549991
        },
        {
            "start": 819549994,
            "stop": 819550656
        },
        {
            "start": 819550688,
            "stop": 819552599
        },
        {
            "start": 819552719,
            "stop": 819554816
        },
        {
            "start": 819554848,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555343
        },
        {
            "start": 819555524,
            "stop": 819555814
        },
        {
            "start": 819557861,
            "stop": 819557970
        },
        {
            "start": 819557987,
            "stop": 819560053
        },
        {
            "start": 819560225,
            "stop": 819560429
        },
        {
            "start": 819560432,
            "stop": 819561148
        },
        {
            "start": 819561151,
            "stop": 819561312
        },
        {
            "start": 819561344,
            "stop": 819561760
        },
        {
            "start": 819561763,
            "stop": 819561896
        },
        {
            "start": 819561899,
            "stop": 819562490
        },
        {
            "start": 819562494,
            "stop": 819562918
        },
        {
            "start": 819562921,
            "stop": 819563508
        }
    ]
}