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=879
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=880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=878",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 879,
    "results": [
        {
            "start": 863153219,
            "stop": 863156279
        },
        {
            "start": 863167847,
            "stop": 863167937
        },
        {
            "start": 863168237,
            "stop": 863169617
        },
        {
            "start": 863169767,
            "stop": 863169857
        },
        {
            "start": 863170007,
            "stop": 863175077
        },
        {
            "start": 863175281,
            "stop": 863175521
        },
        {
            "start": 863176833,
            "stop": 863181273
        },
        {
            "start": 863181725,
            "stop": 863181905
        },
        {
            "start": 863204042,
            "stop": 863205302
        },
        {
            "start": 863205819,
            "stop": 863207979
        },
        {
            "start": 863208599,
            "stop": 863208899
        },
        {
            "start": 863209030,
            "stop": 863210110
        },
        {
            "start": 863210266,
            "stop": 863210386
        },
        {
            "start": 863210540,
            "stop": 863210810
        },
        {
            "start": 863210960,
            "stop": 863211320
        },
        {
            "start": 863211742,
            "stop": 863211982
        },
        {
            "start": 863232746,
            "stop": 863233286
        },
        {
            "start": 863233469,
            "stop": 863244569
        },
        {
            "start": 863244724,
            "stop": 863247604
        },
        {
            "start": 863249502,
            "stop": 863250282
        }
    ]
}