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=5923
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=5924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5922",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5923,
    "results": [
        {
            "start": 875175040,
            "stop": 875175312
        },
        {
            "start": 875175315,
            "stop": 875176018
        },
        {
            "start": 875176022,
            "stop": 875176123
        },
        {
            "start": 875176126,
            "stop": 875176201
        },
        {
            "start": 875176204,
            "stop": 875176290
        },
        {
            "start": 875176293,
            "stop": 875176540
        },
        {
            "start": 875176543,
            "stop": 875176898
        },
        {
            "start": 875176901,
            "stop": 875177099
        },
        {
            "start": 875177102,
            "stop": 875177365
        },
        {
            "start": 875177368,
            "stop": 875177369
        },
        {
            "start": 875177372,
            "stop": 875177534
        },
        {
            "start": 875177537,
            "stop": 875177822
        },
        {
            "start": 875177825,
            "stop": 875177980
        },
        {
            "start": 875177983,
            "stop": 875178054
        },
        {
            "start": 875178057,
            "stop": 875179086
        },
        {
            "start": 875179089,
            "stop": 875179878
        },
        {
            "start": 875179881,
            "stop": 875179889
        },
        {
            "start": 875179892,
            "stop": 875179896
        },
        {
            "start": 875179899,
            "stop": 875179923
        },
        {
            "start": 875179926,
            "stop": 875179958
        }
    ]
}