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=1464
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=1465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1463",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1464,
    "results": [
        {
            "start": 859835002,
            "stop": 859835976
        },
        {
            "start": 859835980,
            "stop": 859841739
        },
        {
            "start": 859841746,
            "stop": 859844614
        },
        {
            "start": 859844617,
            "stop": 859849052
        },
        {
            "start": 859849174,
            "stop": 859852089
        },
        {
            "start": 859870514,
            "stop": 859877371
        },
        {
            "start": 859877374,
            "stop": 859899101
        },
        {
            "start": 859899988,
            "stop": 859903349
        },
        {
            "start": 859903382,
            "stop": 859905794
        },
        {
            "start": 859905964,
            "stop": 859911821
        },
        {
            "start": 859911824,
            "stop": 859913731
        },
        {
            "start": 859913734,
            "stop": 859922088
        },
        {
            "start": 859926181,
            "stop": 859926207
        },
        {
            "start": 859926467,
            "stop": 859929206
        },
        {
            "start": 859929541,
            "stop": 859931629
        },
        {
            "start": 859931749,
            "stop": 859934468
        },
        {
            "start": 859935427,
            "stop": 859937542
        },
        {
            "start": 859938448,
            "stop": 859948982
        },
        {
            "start": 859948985,
            "stop": 859964351
        },
        {
            "start": 859964354,
            "stop": 859965647
        }
    ]
}