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/H2_STOCH_CAT1/segments?format=api&page=217
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=216",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 217,
    "results": [
        {
            "start": 851398396,
            "stop": 851398429
        },
        {
            "start": 851398432,
            "stop": 851398436
        },
        {
            "start": 851398442,
            "stop": 851398501
        },
        {
            "start": 851398504,
            "stop": 851398505
        },
        {
            "start": 851398518,
            "stop": 851398519
        },
        {
            "start": 851398522,
            "stop": 851398529
        },
        {
            "start": 851398538,
            "stop": 851399737
        },
        {
            "start": 851401048,
            "stop": 851401849
        },
        {
            "start": 851401890,
            "stop": 851401891
        },
        {
            "start": 851401894,
            "stop": 851402059
        },
        {
            "start": 851402070,
            "stop": 851405343
        },
        {
            "start": 851405346,
            "stop": 851405349
        },
        {
            "start": 851405408,
            "stop": 851408053
        },
        {
            "start": 851408761,
            "stop": 851410434
        },
        {
            "start": 851410437,
            "stop": 851410439
        },
        {
            "start": 851410455,
            "stop": 851410517
        },
        {
            "start": 851410520,
            "stop": 851428178
        },
        {
            "start": 851428193,
            "stop": 851464213
        },
        {
            "start": 851468405,
            "stop": 851472560
        },
        {
            "start": 851472565,
            "stop": 851472566
        }
    ]
}