Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1501
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1500",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1501,
    "results": [
        {
            "start": 867120890,
            "stop": 867121280
        },
        {
            "start": 867123116,
            "stop": 867170816
        },
        {
            "start": 867180705,
            "stop": 867191140
        },
        {
            "start": 867192115,
            "stop": 867277036
        },
        {
            "start": 867277419,
            "stop": 867278226
        },
        {
            "start": 867279294,
            "stop": 867292323
        },
        {
            "start": 867292326,
            "stop": 867298981
        },
        {
            "start": 867300102,
            "stop": 867309069
        },
        {
            "start": 867309072,
            "stop": 867344496
        },
        {
            "start": 867344624,
            "stop": 867353117
        },
        {
            "start": 867357340,
            "stop": 867364098
        },
        {
            "start": 867364101,
            "stop": 867364294
        },
        {
            "start": 867367505,
            "stop": 867439150
        },
        {
            "start": 867439153,
            "stop": 867440835
        },
        {
            "start": 867441038,
            "stop": 867450198
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867510966
        },
        {
            "start": 867510969,
            "stop": 867511054
        },
        {
            "start": 867552283,
            "stop": 867558753
        },
        {
            "start": 867559521,
            "stop": 867626521
        }
    ]
}