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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 42,
    "results": [
        {
            "start": 1238616083,
            "stop": 1238616146
        },
        {
            "start": 1238616147,
            "stop": 1238616150
        },
        {
            "start": 1238616151,
            "stop": 1238616153
        },
        {
            "start": 1238616156,
            "stop": 1238616168
        },
        {
            "start": 1238616169,
            "stop": 1238616174
        },
        {
            "start": 1238616175,
            "stop": 1238616190
        },
        {
            "start": 1238616191,
            "stop": 1238616193
        },
        {
            "start": 1238616197,
            "stop": 1238616212
        },
        {
            "start": 1238616215,
            "stop": 1238616266
        },
        {
            "start": 1238616267,
            "stop": 1238616269
        },
        {
            "start": 1238616271,
            "stop": 1238616390
        },
        {
            "start": 1238616393,
            "stop": 1238616592
        },
        {
            "start": 1238616594,
            "stop": 1238616595
        },
        {
            "start": 1238616596,
            "stop": 1238616625
        },
        {
            "start": 1238616628,
            "stop": 1238616718
        },
        {
            "start": 1238616720,
            "stop": 1238616721
        },
        {
            "start": 1238616723,
            "stop": 1238616735
        },
        {
            "start": 1238616737,
            "stop": 1238616757
        },
        {
            "start": 1238616760,
            "stop": 1238616774
        },
        {
            "start": 1238616775,
            "stop": 1238616776
        }
    ]
}