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=863
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=864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=862",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 863,
    "results": [
        {
            "start": 862151521,
            "stop": 862151881
        },
        {
            "start": 862152090,
            "stop": 862153950
        },
        {
            "start": 862154172,
            "stop": 862155132
        },
        {
            "start": 862155378,
            "stop": 862156608
        },
        {
            "start": 862156894,
            "stop": 862158154
        },
        {
            "start": 862158294,
            "stop": 862158354
        },
        {
            "start": 862159612,
            "stop": 862162312
        },
        {
            "start": 862162463,
            "stop": 862162703
        },
        {
            "start": 862162793,
            "stop": 862162853
        },
        {
            "start": 862163311,
            "stop": 862164361
        },
        {
            "start": 862164523,
            "stop": 862165153
        },
        {
            "start": 862165183,
            "stop": 862165543
        },
        {
            "start": 862165718,
            "stop": 862165838
        },
        {
            "start": 862165997,
            "stop": 862167137
        },
        {
            "start": 862167454,
            "stop": 862167694
        },
        {
            "start": 862168812,
            "stop": 862169652
        },
        {
            "start": 862169796,
            "stop": 862170876
        },
        {
            "start": 862173917,
            "stop": 862174577
        },
        {
            "start": 862174778,
            "stop": 862176938
        },
        {
            "start": 862178036,
            "stop": 862179356
        }
    ]
}