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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 51,
    "results": [
        {
            "start": 817563004,
            "stop": 817563010
        },
        {
            "start": 817563013,
            "stop": 817563019
        },
        {
            "start": 817563025,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564251
        },
        {
            "start": 817566099,
            "stop": 817566533
        },
        {
            "start": 817567848,
            "stop": 817567990
        },
        {
            "start": 817567999,
            "stop": 817568016
        },
        {
            "start": 817568019,
            "stop": 817568317
        },
        {
            "start": 817568321,
            "stop": 817568351
        },
        {
            "start": 817568355,
            "stop": 817568365
        },
        {
            "start": 817568374,
            "stop": 817568379
        },
        {
            "start": 817568383,
            "stop": 817568417
        },
        {
            "start": 817568427,
            "stop": 817568442
        },
        {
            "start": 817568457,
            "stop": 817568632
        },
        {
            "start": 817568635,
            "stop": 817568984
        },
        {
            "start": 817568988,
            "stop": 817569177
        },
        {
            "start": 817569204,
            "stop": 817569254
        },
        {
            "start": 817569257,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569383
        }
    ]
}