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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=274",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 275,
    "results": [
        {
            "start": 821645316,
            "stop": 821645810
        },
        {
            "start": 821645814,
            "stop": 821645848
        },
        {
            "start": 821645851,
            "stop": 821646132
        },
        {
            "start": 821646135,
            "stop": 821646372
        },
        {
            "start": 821646375,
            "stop": 821646475
        },
        {
            "start": 821646492,
            "stop": 821646627
        },
        {
            "start": 821646644,
            "stop": 821646951
        },
        {
            "start": 821646954,
            "stop": 821646957
        },
        {
            "start": 821646960,
            "stop": 821646977
        },
        {
            "start": 821646980,
            "stop": 821647141
        },
        {
            "start": 821647144,
            "stop": 821647155
        },
        {
            "start": 821647158,
            "stop": 821648005
        },
        {
            "start": 821649297,
            "stop": 821649767
        },
        {
            "start": 821649770,
            "stop": 821649969
        },
        {
            "start": 821650135,
            "stop": 821650442
        },
        {
            "start": 821650445,
            "stop": 821652759
        },
        {
            "start": 821652762,
            "stop": 821652877
        },
        {
            "start": 821652880,
            "stop": 821652894
        },
        {
            "start": 821652911,
            "stop": 821652946
        },
        {
            "start": 821652951,
            "stop": 821652952
        }
    ]
}