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=886
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=887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=885",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 886,
    "results": [
        {
            "start": 863639481,
            "stop": 863640441
        },
        {
            "start": 863640591,
            "stop": 863642841
        },
        {
            "start": 863656764,
            "stop": 863658624
        },
        {
            "start": 863658841,
            "stop": 863660821
        },
        {
            "start": 863660851,
            "stop": 863660911
        },
        {
            "start": 863660941,
            "stop": 863665621
        },
        {
            "start": 863665841,
            "stop": 863666081
        },
        {
            "start": 863666244,
            "stop": 863667924
        },
        {
            "start": 863668074,
            "stop": 863669664
        },
        {
            "start": 863673448,
            "stop": 863676148
        },
        {
            "start": 863676178,
            "stop": 863679148
        },
        {
            "start": 863680246,
            "stop": 863683846
        },
        {
            "start": 863685070,
            "stop": 863687980
        },
        {
            "start": 863688130,
            "stop": 863689030
        },
        {
            "start": 863689245,
            "stop": 863689425
        },
        {
            "start": 863689575,
            "stop": 863694645
        },
        {
            "start": 863694862,
            "stop": 863700322
        },
        {
            "start": 863705267,
            "stop": 863705687
        },
        {
            "start": 863705903,
            "stop": 863705963
        },
        {
            "start": 863706398,
            "stop": 863707478
        }
    ]
}