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=5905
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=5906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5904",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5905,
    "results": [
        {
            "start": 875132303,
            "stop": 875132305
        },
        {
            "start": 875132308,
            "stop": 875132413
        },
        {
            "start": 875132416,
            "stop": 875132423
        },
        {
            "start": 875132430,
            "stop": 875132490
        },
        {
            "start": 875132493,
            "stop": 875132495
        },
        {
            "start": 875132498,
            "stop": 875132713
        },
        {
            "start": 875132716,
            "stop": 875132719
        },
        {
            "start": 875132722,
            "stop": 875132804
        },
        {
            "start": 875132807,
            "stop": 875132825
        },
        {
            "start": 875132828,
            "stop": 875132833
        },
        {
            "start": 875132836,
            "stop": 875132877
        },
        {
            "start": 875132880,
            "stop": 875132923
        },
        {
            "start": 875132926,
            "stop": 875132946
        },
        {
            "start": 875132950,
            "stop": 875133020
        },
        {
            "start": 875133023,
            "stop": 875133046
        },
        {
            "start": 875133049,
            "stop": 875133202
        },
        {
            "start": 875133205,
            "stop": 875133250
        },
        {
            "start": 875133253,
            "stop": 875133254
        },
        {
            "start": 875133258,
            "stop": 875133368
        },
        {
            "start": 875133371,
            "stop": 875133374
        }
    ]
}