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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=53",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 54,
    "results": [
        {
            "start": 820477668,
            "stop": 820479524
        },
        {
            "start": 820479924,
            "stop": 820488045
        },
        {
            "start": 820488048,
            "stop": 820488049
        },
        {
            "start": 820488052,
            "stop": 820507964
        },
        {
            "start": 820508612,
            "stop": 820510659
        },
        {
            "start": 820510979,
            "stop": 820511503
        },
        {
            "start": 820511903,
            "stop": 820518144
        },
        {
            "start": 820518451,
            "stop": 820523482
        },
        {
            "start": 820525093,
            "stop": 820528710
        },
        {
            "start": 820529066,
            "stop": 820531086
        },
        {
            "start": 820532220,
            "stop": 820533267
        },
        {
            "start": 820533667,
            "stop": 820533688
        },
        {
            "start": 820534008,
            "stop": 820534836
        },
        {
            "start": 820535236,
            "stop": 820536774
        },
        {
            "start": 820537635,
            "stop": 820539410
        },
        {
            "start": 820540170,
            "stop": 820540218
        },
        {
            "start": 820540618,
            "stop": 820541005
        },
        {
            "start": 820541008,
            "stop": 820541016
        },
        {
            "start": 820541019,
            "stop": 820541034
        },
        {
            "start": 820541037,
            "stop": 820541047
        }
    ]
}