Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5188",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5189,
    "results": [
        {
            "start": 874792863,
            "stop": 874792892
        },
        {
            "start": 874792899,
            "stop": 874792903
        },
        {
            "start": 874792910,
            "stop": 874792944
        },
        {
            "start": 874792951,
            "stop": 874792991
        },
        {
            "start": 874792999,
            "stop": 874793004
        },
        {
            "start": 874793011,
            "stop": 874793099
        },
        {
            "start": 874793111,
            "stop": 874793141
        },
        {
            "start": 874793148,
            "stop": 874793156
        },
        {
            "start": 874793163,
            "stop": 874793433
        },
        {
            "start": 874793440,
            "stop": 874793448
        },
        {
            "start": 874793456,
            "stop": 874793553
        },
        {
            "start": 874793560,
            "stop": 874793604
        },
        {
            "start": 874793611,
            "stop": 874793631
        },
        {
            "start": 874793638,
            "stop": 874793732
        },
        {
            "start": 874793739,
            "stop": 874793765
        },
        {
            "start": 874793772,
            "stop": 874793896
        },
        {
            "start": 874793903,
            "stop": 874793920
        },
        {
            "start": 874793927,
            "stop": 874793933
        },
        {
            "start": 874793946,
            "stop": 874794045
        },
        {
            "start": 874794055,
            "stop": 874794072
        }
    ]
}