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=894
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=895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=893",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 894,
    "results": [
        {
            "start": 864071802,
            "stop": 864071862
        },
        {
            "start": 864072310,
            "stop": 864072610
        },
        {
            "start": 864073323,
            "stop": 864073563
        },
        {
            "start": 864074164,
            "stop": 864074224
        },
        {
            "start": 864074591,
            "stop": 864074711
        },
        {
            "start": 864076041,
            "stop": 864076101
        },
        {
            "start": 864076252,
            "stop": 864076372
        },
        {
            "start": 864110466,
            "stop": 864111546
        },
        {
            "start": 864113011,
            "stop": 864116311
        },
        {
            "start": 864116461,
            "stop": 864118081
        },
        {
            "start": 864118231,
            "stop": 864119521
        },
        {
            "start": 864119671,
            "stop": 864123631
        },
        {
            "start": 864123834,
            "stop": 864123954
        },
        {
            "start": 864124104,
            "stop": 864127494
        },
        {
            "start": 864131831,
            "stop": 864131921
        },
        {
            "start": 864132927,
            "stop": 864133227
        },
        {
            "start": 864136226,
            "stop": 864136286
        },
        {
            "start": 864138656,
            "stop": 864138716
        },
        {
            "start": 864141495,
            "stop": 864141675
        },
        {
            "start": 864141971,
            "stop": 864142811
        }
    ]
}