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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=347",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 348,
    "results": [
        {
            "start": 821284189,
            "stop": 821284558
        },
        {
            "start": 821284577,
            "stop": 821284681
        },
        {
            "start": 821284711,
            "stop": 821285133
        },
        {
            "start": 821285152,
            "stop": 821286256
        },
        {
            "start": 821286376,
            "stop": 821286473
        },
        {
            "start": 821286492,
            "stop": 821287328
        },
        {
            "start": 821288254,
            "stop": 821289364
        },
        {
            "start": 821289383,
            "stop": 821289843
        },
        {
            "start": 821289880,
            "stop": 821290694
        },
        {
            "start": 821290713,
            "stop": 821290818
        },
        {
            "start": 821290837,
            "stop": 821290880
        },
        {
            "start": 821290899,
            "stop": 821290927
        },
        {
            "start": 821290946,
            "stop": 821290947
        },
        {
            "start": 821290966,
            "stop": 821291044
        },
        {
            "start": 821291063,
            "stop": 821291308
        },
        {
            "start": 821291327,
            "stop": 821291697
        },
        {
            "start": 821291716,
            "stop": 821291742
        },
        {
            "start": 821291761,
            "stop": 821291833
        },
        {
            "start": 821291852,
            "stop": 821291864
        },
        {
            "start": 821291888,
            "stop": 821291891
        }
    ]
}