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=3278
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=3279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3277",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3278,
    "results": [
        {
            "start": 873845100,
            "stop": 873846960
        },
        {
            "start": 873847020,
            "stop": 873847080
        },
        {
            "start": 873847140,
            "stop": 873847560
        },
        {
            "start": 873847620,
            "stop": 873848040
        },
        {
            "start": 873848100,
            "stop": 873851105
        },
        {
            "start": 873851108,
            "stop": 873852877
        },
        {
            "start": 873852883,
            "stop": 873852900
        },
        {
            "start": 873852960,
            "stop": 873854624
        },
        {
            "start": 873854805,
            "stop": 873860340
        },
        {
            "start": 873860400,
            "stop": 873887911
        },
        {
            "start": 873887914,
            "stop": 873888000
        },
        {
            "start": 873888060,
            "stop": 873897044
        },
        {
            "start": 873897225,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873904500
        },
        {
            "start": 873904560,
            "stop": 873906765
        },
        {
            "start": 873906770,
            "stop": 873906780
        },
        {
            "start": 873906900,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        },
        {
            "start": 873941385,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873951018
        }
    ]
}