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=1362
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=1363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1361",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1362,
    "results": [
        {
            "start": 843858010,
            "stop": 843858051
        },
        {
            "start": 843858054,
            "stop": 843858107
        },
        {
            "start": 843858110,
            "stop": 843858125
        },
        {
            "start": 843858130,
            "stop": 843858187
        },
        {
            "start": 843858190,
            "stop": 843858192
        },
        {
            "start": 843858195,
            "stop": 843858208
        },
        {
            "start": 843861819,
            "stop": 843862086
        },
        {
            "start": 843862089,
            "stop": 843862090
        },
        {
            "start": 843862093,
            "stop": 843862098
        },
        {
            "start": 843862101,
            "stop": 843862142
        },
        {
            "start": 843862146,
            "stop": 843862149
        },
        {
            "start": 843862153,
            "stop": 843862154
        },
        {
            "start": 843862160,
            "stop": 843862161
        },
        {
            "start": 843862165,
            "stop": 843862175
        },
        {
            "start": 843862178,
            "stop": 843862179
        },
        {
            "start": 843862182,
            "stop": 843862187
        },
        {
            "start": 843862194,
            "stop": 843862199
        },
        {
            "start": 843862203,
            "stop": 843862206
        },
        {
            "start": 843862219,
            "stop": 843862220
        },
        {
            "start": 843862224,
            "stop": 843862228
        }
    ]
}