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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4754",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4755,
    "results": [
        {
            "start": 874549800,
            "stop": 874549828
        },
        {
            "start": 874549852,
            "stop": 874549860
        },
        {
            "start": 874549980,
            "stop": 874550100
        },
        {
            "start": 874550220,
            "stop": 874550223
        },
        {
            "start": 874550243,
            "stop": 874550245
        },
        {
            "start": 874550264,
            "stop": 874550270
        },
        {
            "start": 874550355,
            "stop": 874550368
        },
        {
            "start": 874550403,
            "stop": 874550430
        },
        {
            "start": 874550449,
            "stop": 874550460
        },
        {
            "start": 874550640,
            "stop": 874550687
        },
        {
            "start": 874550760,
            "stop": 874550769
        },
        {
            "start": 874550788,
            "stop": 874550820
        },
        {
            "start": 874550880,
            "stop": 874550883
        },
        {
            "start": 874550902,
            "stop": 874550961
        },
        {
            "start": 874550980,
            "stop": 874550996
        },
        {
            "start": 874551015,
            "stop": 874551060
        },
        {
            "start": 874551132,
            "stop": 874551176
        },
        {
            "start": 874551197,
            "stop": 874551204
        },
        {
            "start": 874551240,
            "stop": 874551310
        },
        {
            "start": 874551329,
            "stop": 874551381
        }
    ]
}