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=33303
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=33304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33302",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33303,
    "results": [
        {
            "start": 971009445,
            "stop": 971009452
        },
        {
            "start": 971009458,
            "stop": 971009472
        },
        {
            "start": 971009473,
            "stop": 971009492
        },
        {
            "start": 971009493,
            "stop": 971009499
        },
        {
            "start": 971009500,
            "stop": 971009501
        },
        {
            "start": 971009504,
            "stop": 971009519
        },
        {
            "start": 971009520,
            "stop": 971009533
        },
        {
            "start": 971009536,
            "stop": 971009538
        },
        {
            "start": 971009542,
            "stop": 971009556
        },
        {
            "start": 971009559,
            "stop": 971009571
        },
        {
            "start": 971009572,
            "stop": 971009584
        },
        {
            "start": 971009590,
            "stop": 971009591
        },
        {
            "start": 971009594,
            "stop": 971009606
        },
        {
            "start": 971009609,
            "stop": 971009621
        },
        {
            "start": 971009622,
            "stop": 971009647
        },
        {
            "start": 971009650,
            "stop": 971009660
        },
        {
            "start": 971009661,
            "stop": 971009662
        },
        {
            "start": 971009664,
            "stop": 971009681
        },
        {
            "start": 971009682,
            "stop": 971009690
        },
        {
            "start": 971009692,
            "stop": 971009694
        }
    ]
}