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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=92",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 93,
    "results": [
        {
            "start": 828303721,
            "stop": 828304789
        },
        {
            "start": 828305109,
            "stop": 828305863
        },
        {
            "start": 828309352,
            "stop": 828309966
        },
        {
            "start": 828311167,
            "stop": 828311391
        },
        {
            "start": 828311848,
            "stop": 828312197
        },
        {
            "start": 828312730,
            "stop": 828313215
        },
        {
            "start": 828314910,
            "stop": 828323546
        },
        {
            "start": 828323946,
            "stop": 828323983
        },
        {
            "start": 828324303,
            "stop": 828337039
        },
        {
            "start": 828337459,
            "stop": 828337465
        },
        {
            "start": 828337865,
            "stop": 828338432
        },
        {
            "start": 828338919,
            "stop": 828342797
        },
        {
            "start": 828343117,
            "stop": 828343151
        },
        {
            "start": 828343551,
            "stop": 828344029
        },
        {
            "start": 828344349,
            "stop": 828344419
        },
        {
            "start": 828344819,
            "stop": 828345041
        },
        {
            "start": 828346250,
            "stop": 828347371
        },
        {
            "start": 828348780,
            "stop": 828360677
        },
        {
            "start": 828361288,
            "stop": 828361818
        },
        {
            "start": 828362589,
            "stop": 828362706
        }
    ]
}