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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=172",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 173,
    "results": [
        {
            "start": 843644386,
            "stop": 843644501
        },
        {
            "start": 843646018,
            "stop": 843656402
        },
        {
            "start": 843657475,
            "stop": 843664206
        },
        {
            "start": 843664208,
            "stop": 843669520
        },
        {
            "start": 843671603,
            "stop": 843674407
        },
        {
            "start": 843684381,
            "stop": 843703565
        },
        {
            "start": 843707450,
            "stop": 843709072
        },
        {
            "start": 843710683,
            "stop": 843710877
        },
        {
            "start": 843711516,
            "stop": 843713627
        },
        {
            "start": 843713628,
            "stop": 843721137
        },
        {
            "start": 843722145,
            "stop": 843722232
        },
        {
            "start": 843722858,
            "stop": 843726715
        },
        {
            "start": 843726716,
            "stop": 843728997
        },
        {
            "start": 843736160,
            "stop": 843742057
        },
        {
            "start": 843742844,
            "stop": 843744526
        },
        {
            "start": 843747158,
            "stop": 843753221
        },
        {
            "start": 843753775,
            "stop": 843765757
        },
        {
            "start": 843766576,
            "stop": 843795760
        },
        {
            "start": 843797149,
            "stop": 843801502
        },
        {
            "start": 843802176,
            "stop": 843802732
        }
    ]
}