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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=289",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 290,
    "results": [
        {
            "start": 831984993,
            "stop": 831985383
        },
        {
            "start": 831985533,
            "stop": 831986493
        },
        {
            "start": 831987642,
            "stop": 831990102
        },
        {
            "start": 832033443,
            "stop": 832033563
        },
        {
            "start": 832033948,
            "stop": 832034068
        },
        {
            "start": 832034245,
            "stop": 832035025
        },
        {
            "start": 832035346,
            "stop": 832035886
        },
        {
            "start": 832036036,
            "stop": 832037566
        },
        {
            "start": 832046409,
            "stop": 832046469
        },
        {
            "start": 832047526,
            "stop": 832047586
        },
        {
            "start": 832047742,
            "stop": 832049152
        },
        {
            "start": 832049182,
            "stop": 832049482
        },
        {
            "start": 832049824,
            "stop": 832050064
        },
        {
            "start": 832050483,
            "stop": 832050543
        },
        {
            "start": 832050691,
            "stop": 832051231
        },
        {
            "start": 832052396,
            "stop": 832053206
        },
        {
            "start": 832053356,
            "stop": 832054016
        },
        {
            "start": 832055120,
            "stop": 832055270
        },
        {
            "start": 832055300,
            "stop": 832057340
        },
        {
            "start": 832058948,
            "stop": 832064978
        }
    ]
}