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/H2_STOCH_CAT1/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=96",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 97,
    "results": [
        {
            "start": 827538185,
            "stop": 827563712
        },
        {
            "start": 827563744,
            "stop": 827567936
        },
        {
            "start": 827567968,
            "stop": 827571156
        },
        {
            "start": 827571159,
            "stop": 827580160
        },
        {
            "start": 827580192,
            "stop": 827588544
        },
        {
            "start": 827588576,
            "stop": 827588593
        },
        {
            "start": 827590058,
            "stop": 827591072
        },
        {
            "start": 827591104,
            "stop": 827596128
        },
        {
            "start": 827596160,
            "stop": 827596688
        },
        {
            "start": 827596691,
            "stop": 827597276
        },
        {
            "start": 827597277,
            "stop": 827597289
        },
        {
            "start": 827611575,
            "stop": 827614656
        },
        {
            "start": 827614688,
            "stop": 827616530
        },
        {
            "start": 827616531,
            "stop": 827617132
        },
        {
            "start": 827617133,
            "stop": 827617751
        },
        {
            "start": 827617752,
            "stop": 827618470
        },
        {
            "start": 827619540,
            "stop": 827619613
        },
        {
            "start": 827620930,
            "stop": 827630080
        },
        {
            "start": 827630112,
            "stop": 827630976
        },
        {
            "start": 827631008,
            "stop": 827638016
        }
    ]
}