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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7929",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7927",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7928,
    "results": [
        {
            "start": 970007824,
            "stop": 970008425
        },
        {
            "start": 970008428,
            "stop": 970008786
        },
        {
            "start": 970008789,
            "stop": 970008954
        },
        {
            "start": 970008957,
            "stop": 970008965
        },
        {
            "start": 970008968,
            "stop": 970009764
        },
        {
            "start": 970009767,
            "stop": 970009928
        },
        {
            "start": 970009931,
            "stop": 970010048
        },
        {
            "start": 970010051,
            "stop": 970010331
        },
        {
            "start": 970010334,
            "stop": 970010407
        },
        {
            "start": 970010410,
            "stop": 970010413
        },
        {
            "start": 970010416,
            "stop": 970011013
        },
        {
            "start": 970011016,
            "stop": 970011094
        },
        {
            "start": 970011097,
            "stop": 970011203
        },
        {
            "start": 970011206,
            "stop": 970011245
        },
        {
            "start": 970011248,
            "stop": 970011809
        },
        {
            "start": 970011812,
            "stop": 970011986
        },
        {
            "start": 970011989,
            "stop": 970012594
        },
        {
            "start": 970012597,
            "stop": 970012802
        },
        {
            "start": 970012805,
            "stop": 970013064
        },
        {
            "start": 970013073,
            "stop": 970013076
        }
    ]
}