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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5902",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5903,
    "results": [
        {
            "start": 875130260,
            "stop": 875130280
        },
        {
            "start": 875130286,
            "stop": 875130288
        },
        {
            "start": 875130291,
            "stop": 875130303
        },
        {
            "start": 875130306,
            "stop": 875130339
        },
        {
            "start": 875130342,
            "stop": 875130353
        },
        {
            "start": 875130359,
            "stop": 875130461
        },
        {
            "start": 875130464,
            "stop": 875130497
        },
        {
            "start": 875130501,
            "stop": 875130515
        },
        {
            "start": 875130518,
            "stop": 875130573
        },
        {
            "start": 875130576,
            "stop": 875130597
        },
        {
            "start": 875130600,
            "stop": 875130690
        },
        {
            "start": 875130694,
            "stop": 875130695
        },
        {
            "start": 875130698,
            "stop": 875130752
        },
        {
            "start": 875130755,
            "stop": 875130796
        },
        {
            "start": 875130800,
            "stop": 875130825
        },
        {
            "start": 875130828,
            "stop": 875131023
        },
        {
            "start": 875131026,
            "stop": 875131130
        },
        {
            "start": 875131134,
            "stop": 875131140
        },
        {
            "start": 875131144,
            "stop": 875131281
        },
        {
            "start": 875131284,
            "stop": 875131286
        }
    ]
}