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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=31",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 32,
    "results": [
        {
            "start": 816797820,
            "stop": 816798180
        },
        {
            "start": 816798300,
            "stop": 816798470
        },
        {
            "start": 816798550,
            "stop": 816799080
        },
        {
            "start": 816799140,
            "stop": 816799850
        },
        {
            "start": 816799930,
            "stop": 816800270
        },
        {
            "start": 816800410,
            "stop": 816800760
        },
        {
            "start": 816800820,
            "stop": 816801300
        },
        {
            "start": 816801360,
            "stop": 816801420
        },
        {
            "start": 816801480,
            "stop": 816801960
        },
        {
            "start": 816802020,
            "stop": 816802380
        },
        {
            "start": 816802560,
            "stop": 816803460
        },
        {
            "start": 816803580,
            "stop": 816804110
        },
        {
            "start": 816804190,
            "stop": 816804283
        },
        {
            "start": 816804464,
            "stop": 816804830
        },
        {
            "start": 816804970,
            "stop": 816805140
        },
        {
            "start": 816805260,
            "stop": 816806040
        },
        {
            "start": 816806100,
            "stop": 816806510
        },
        {
            "start": 816806640,
            "stop": 816806820
        },
        {
            "start": 816806880,
            "stop": 816807193
        },
        {
            "start": 816812530,
            "stop": 816812597
        }
    ]
}