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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=428",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 429,
    "results": [
        {
            "start": 839111023,
            "stop": 839111503
        },
        {
            "start": 839112038,
            "stop": 839122838
        },
        {
            "start": 839123038,
            "stop": 839126218
        },
        {
            "start": 839126416,
            "stop": 839126686
        },
        {
            "start": 839127393,
            "stop": 839127633
        },
        {
            "start": 839129222,
            "stop": 839136422
        },
        {
            "start": 839140564,
            "stop": 839141224
        },
        {
            "start": 839141376,
            "stop": 839145816
        },
        {
            "start": 839147006,
            "stop": 839147546
        },
        {
            "start": 839147741,
            "stop": 839148611
        },
        {
            "start": 839148761,
            "stop": 839149241
        },
        {
            "start": 839149499,
            "stop": 839150219
        },
        {
            "start": 839150551,
            "stop": 839158411
        },
        {
            "start": 839158613,
            "stop": 839160203
        },
        {
            "start": 839160353,
            "stop": 839162273
        },
        {
            "start": 839163215,
            "stop": 839163395
        },
        {
            "start": 839163572,
            "stop": 839163902
        },
        {
            "start": 839163992,
            "stop": 839164292
        },
        {
            "start": 839164501,
            "stop": 839168881
        },
        {
            "start": 839169334,
            "stop": 839169514
        }
    ]
}