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=907
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=908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=906",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 907,
    "results": [
        {
            "start": 864746922,
            "stop": 864747102
        },
        {
            "start": 864747229,
            "stop": 864748009
        },
        {
            "start": 864748154,
            "stop": 864748214
        },
        {
            "start": 864748368,
            "stop": 864748548
        },
        {
            "start": 864748693,
            "stop": 864748873
        },
        {
            "start": 864749044,
            "stop": 864749224
        },
        {
            "start": 864753640,
            "stop": 864753700
        },
        {
            "start": 864753866,
            "stop": 864754466
        },
        {
            "start": 864754752,
            "stop": 864754812
        },
        {
            "start": 864756044,
            "stop": 864756584
        },
        {
            "start": 864756723,
            "stop": 864756903
        },
        {
            "start": 864757267,
            "stop": 864757627
        },
        {
            "start": 864757790,
            "stop": 864757970
        },
        {
            "start": 864761458,
            "stop": 864761578
        },
        {
            "start": 864761740,
            "stop": 864761860
        },
        {
            "start": 864762083,
            "stop": 864762203
        },
        {
            "start": 864762785,
            "stop": 864762845
        },
        {
            "start": 864763085,
            "stop": 864763325
        },
        {
            "start": 864763471,
            "stop": 864763651
        },
        {
            "start": 864764241,
            "stop": 864764421
        }
    ]
}