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_CAT1/segments?format=api&page=1309
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=1310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1308",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1309,
    "results": [
        {
            "start": 843831658,
            "stop": 843831696
        },
        {
            "start": 843831699,
            "stop": 843831706
        },
        {
            "start": 843831709,
            "stop": 843831739
        },
        {
            "start": 843831742,
            "stop": 843831763
        },
        {
            "start": 843831766,
            "stop": 843831776
        },
        {
            "start": 843831779,
            "stop": 843831789
        },
        {
            "start": 843831794,
            "stop": 843831799
        },
        {
            "start": 843831802,
            "stop": 843831823
        },
        {
            "start": 843831826,
            "stop": 843831853
        },
        {
            "start": 843831856,
            "stop": 843831910
        },
        {
            "start": 843831913,
            "stop": 843831930
        },
        {
            "start": 843831933,
            "stop": 843831937
        },
        {
            "start": 843831940,
            "stop": 843831953
        },
        {
            "start": 843831959,
            "stop": 843831971
        },
        {
            "start": 843831974,
            "stop": 843831978
        },
        {
            "start": 843831981,
            "stop": 843831989
        },
        {
            "start": 843831992,
            "stop": 843832003
        },
        {
            "start": 843832007,
            "stop": 843832012
        },
        {
            "start": 843832015,
            "stop": 843832046
        },
        {
            "start": 843832049,
            "stop": 843832106
        }
    ]
}