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=1431
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=1432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1430",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1431,
    "results": [
        {
            "start": 852580481,
            "stop": 852580483
        },
        {
            "start": 852580486,
            "stop": 852580492
        },
        {
            "start": 852580498,
            "stop": 852581053
        },
        {
            "start": 852582016,
            "stop": 852583588
        },
        {
            "start": 852583591,
            "stop": 852583921
        },
        {
            "start": 852583925,
            "stop": 852583948
        },
        {
            "start": 852583951,
            "stop": 852585651
        },
        {
            "start": 852585768,
            "stop": 852585857
        },
        {
            "start": 852585969,
            "stop": 852587053
        },
        {
            "start": 852587170,
            "stop": 852587678
        },
        {
            "start": 852587681,
            "stop": 852590533
        },
        {
            "start": 852590611,
            "stop": 852590631
        },
        {
            "start": 852590757,
            "stop": 852595500
        },
        {
            "start": 852605354,
            "stop": 852632894
        },
        {
            "start": 852633554,
            "stop": 852641070
        },
        {
            "start": 852690020,
            "stop": 852691892
        },
        {
            "start": 852691943,
            "stop": 852692149
        },
        {
            "start": 852695528,
            "stop": 852697973
        },
        {
            "start": 852712499,
            "stop": 852715693
        },
        {
            "start": 852715736,
            "stop": 852715737
        }
    ]
}