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=1489
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=1490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1488",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1489,
    "results": [
        {
            "start": 865219366,
            "stop": 865259200
        },
        {
            "start": 865259203,
            "stop": 865259204
        },
        {
            "start": 865259212,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865274334
        },
        {
            "start": 865274337,
            "stop": 865274346
        },
        {
            "start": 865274350,
            "stop": 865277834
        },
        {
            "start": 865277838,
            "stop": 865277839
        },
        {
            "start": 865277844,
            "stop": 865288850
        },
        {
            "start": 865288855,
            "stop": 865318396
        },
        {
            "start": 865318399,
            "stop": 865345168
        },
        {
            "start": 865356577,
            "stop": 865361529
        },
        {
            "start": 865361533,
            "stop": 865361864
        },
        {
            "start": 865389877,
            "stop": 865455257
        },
        {
            "start": 865455260,
            "stop": 865465069
        },
        {
            "start": 865465475,
            "stop": 865474625
        },
        {
            "start": 865475485,
            "stop": 865479252
        },
        {
            "start": 865479255,
            "stop": 865487245
        },
        {
            "start": 865487250,
            "stop": 865490969
        },
        {
            "start": 865492064,
            "stop": 865542477
        },
        {
            "start": 865543780,
            "stop": 865544476
        }
    ]
}