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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=31",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 32,
    "results": [
        {
            "start": 931078537,
            "stop": 931078544
        },
        {
            "start": 931078546,
            "stop": 931078551
        },
        {
            "start": 931078552,
            "stop": 931078555
        },
        {
            "start": 931078556,
            "stop": 931078559
        },
        {
            "start": 931078560,
            "stop": 931078562
        },
        {
            "start": 931078564,
            "stop": 931078567
        },
        {
            "start": 931078568,
            "stop": 931078574
        },
        {
            "start": 931078577,
            "stop": 931078582
        },
        {
            "start": 931078583,
            "stop": 931078584
        },
        {
            "start": 931078586,
            "stop": 931078599
        },
        {
            "start": 931078601,
            "stop": 931078603
        },
        {
            "start": 931078605,
            "stop": 931078606
        },
        {
            "start": 931078607,
            "stop": 931078608
        },
        {
            "start": 931078610,
            "stop": 931078611
        },
        {
            "start": 931078612,
            "stop": 931078621
        },
        {
            "start": 931078625,
            "stop": 931078627
        },
        {
            "start": 931078628,
            "stop": 931078631
        },
        {
            "start": 931078632,
            "stop": 931078635
        },
        {
            "start": 931078636,
            "stop": 931078641
        },
        {
            "start": 931078644,
            "stop": 931078647
        }
    ]
}