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=759
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=760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=758",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 759,
    "results": [
        {
            "start": 856372330,
            "stop": 856373020
        },
        {
            "start": 856373050,
            "stop": 856373530
        },
        {
            "start": 856373671,
            "stop": 856374091
        },
        {
            "start": 856374254,
            "stop": 856374374
        },
        {
            "start": 856374544,
            "stop": 856374844
        },
        {
            "start": 856375014,
            "stop": 856375614
        },
        {
            "start": 856375923,
            "stop": 856378383
        },
        {
            "start": 856378543,
            "stop": 856381603
        },
        {
            "start": 856381942,
            "stop": 856382002
        },
        {
            "start": 856382062,
            "stop": 856382242
        },
        {
            "start": 856382850,
            "stop": 856382910
        },
        {
            "start": 856385834,
            "stop": 856386584
        },
        {
            "start": 856386795,
            "stop": 856387095
        },
        {
            "start": 856387252,
            "stop": 856387372
        },
        {
            "start": 856387667,
            "stop": 856387727
        },
        {
            "start": 856387864,
            "stop": 856387984
        },
        {
            "start": 856388185,
            "stop": 856388485
        },
        {
            "start": 856390067,
            "stop": 856390667
        },
        {
            "start": 856390827,
            "stop": 856391907
        },
        {
            "start": 856392069,
            "stop": 856393269
        }
    ]
}