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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=156",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 157,
    "results": [
        {
            "start": 820026973,
            "stop": 820027320
        },
        {
            "start": 820027327,
            "stop": 820027814
        },
        {
            "start": 820027827,
            "stop": 820027917
        },
        {
            "start": 820027924,
            "stop": 820028174
        },
        {
            "start": 820028181,
            "stop": 820028383
        },
        {
            "start": 820028396,
            "stop": 820028784
        },
        {
            "start": 820028791,
            "stop": 820029076
        },
        {
            "start": 820029083,
            "stop": 820029878
        },
        {
            "start": 820029885,
            "stop": 820030089
        },
        {
            "start": 820030096,
            "stop": 820030392
        },
        {
            "start": 820030399,
            "stop": 820030611
        },
        {
            "start": 820030619,
            "stop": 820031213
        },
        {
            "start": 820031220,
            "stop": 820032586
        },
        {
            "start": 820032593,
            "stop": 820032728
        },
        {
            "start": 820032735,
            "stop": 820032821
        },
        {
            "start": 820032828,
            "stop": 820032863
        },
        {
            "start": 820032870,
            "stop": 820033626
        },
        {
            "start": 820033633,
            "stop": 820033987
        },
        {
            "start": 820033994,
            "stop": 820034038
        },
        {
            "start": 820034051,
            "stop": 820034363
        }
    ]
}