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_H1L1/segments?format=api&page=1081
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_H1L1/segments?format=api&page=1082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1080",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1081,
    "results": [
        {
            "start": 873890323,
            "stop": 873890383
        },
        {
            "start": 873890526,
            "stop": 873890586
        },
        {
            "start": 873890723,
            "stop": 873891083
        },
        {
            "start": 873891703,
            "stop": 873895603
        },
        {
            "start": 873895775,
            "stop": 873896135
        },
        {
            "start": 873896319,
            "stop": 873896499
        },
        {
            "start": 873896672,
            "stop": 873897272
        },
        {
            "start": 873897879,
            "stop": 873899079
        },
        {
            "start": 873899223,
            "stop": 873899343
        },
        {
            "start": 873899499,
            "stop": 873899679
        },
        {
            "start": 873899853,
            "stop": 873900213
        },
        {
            "start": 873900363,
            "stop": 873900993
        },
        {
            "start": 873901159,
            "stop": 873901579
        },
        {
            "start": 873901748,
            "stop": 873904568
        },
        {
            "start": 873904731,
            "stop": 873905811
        },
        {
            "start": 873905971,
            "stop": 873906151
        },
        {
            "start": 873906384,
            "stop": 873908544
        },
        {
            "start": 873908723,
            "stop": 873908783
        },
        {
            "start": 873908958,
            "stop": 873909018
        },
        {
            "start": 873910549,
            "stop": 873910789
        }
    ]
}