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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=244",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 245,
    "results": [
        {
            "start": 858609594,
            "stop": 858615225
        },
        {
            "start": 858615227,
            "stop": 858615547
        },
        {
            "start": 858615550,
            "stop": 858615766
        },
        {
            "start": 858615770,
            "stop": 858615932
        },
        {
            "start": 858615937,
            "stop": 858617678
        },
        {
            "start": 858619237,
            "stop": 858620361
        },
        {
            "start": 858621260,
            "stop": 858626630
        },
        {
            "start": 858627903,
            "stop": 858628984
        },
        {
            "start": 858628987,
            "stop": 858643054
        },
        {
            "start": 858645059,
            "stop": 858683275
        },
        {
            "start": 858683295,
            "stop": 858693343
        },
        {
            "start": 858694964,
            "stop": 858724929
        },
        {
            "start": 858725778,
            "stop": 858741251
        },
        {
            "start": 858742343,
            "stop": 858765969
        },
        {
            "start": 858766511,
            "stop": 858784988
        },
        {
            "start": 858792268,
            "stop": 858797923
        },
        {
            "start": 858800052,
            "stop": 858801220
        },
        {
            "start": 858801223,
            "stop": 858805133
        },
        {
            "start": 858810836,
            "stop": 858819180
        },
        {
            "start": 858825931,
            "stop": 858849819
        }
    ]
}