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=756
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=757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=755",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 756,
    "results": [
        {
            "start": 856275805,
            "stop": 856276915
        },
        {
            "start": 856277005,
            "stop": 856277425
        },
        {
            "start": 856277584,
            "stop": 856277644
        },
        {
            "start": 856277817,
            "stop": 856278057
        },
        {
            "start": 856278218,
            "stop": 856279178
        },
        {
            "start": 856279352,
            "stop": 856279532
        },
        {
            "start": 856280468,
            "stop": 856280528
        },
        {
            "start": 856281593,
            "stop": 856281773
        },
        {
            "start": 856281959,
            "stop": 856282079
        },
        {
            "start": 856291128,
            "stop": 856291308
        },
        {
            "start": 856291459,
            "stop": 856291939
        },
        {
            "start": 856296006,
            "stop": 856296066
        },
        {
            "start": 856296205,
            "stop": 856296505
        },
        {
            "start": 856296644,
            "stop": 856296824
        },
        {
            "start": 856297249,
            "stop": 856297429
        },
        {
            "start": 856297592,
            "stop": 856297652
        },
        {
            "start": 856297916,
            "stop": 856297976
        },
        {
            "start": 856298114,
            "stop": 856298474
        },
        {
            "start": 856298853,
            "stop": 856299033
        },
        {
            "start": 856299183,
            "stop": 856299423
        }
    ]
}