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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=138",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 139,
    "results": [
        {
            "start": 816752311,
            "stop": 816752423
        },
        {
            "start": 816752426,
            "stop": 816752435
        },
        {
            "start": 816752439,
            "stop": 816752443
        },
        {
            "start": 816752448,
            "stop": 816752496
        },
        {
            "start": 816752499,
            "stop": 816752666
        },
        {
            "start": 816752670,
            "stop": 816752671
        },
        {
            "start": 816752677,
            "stop": 816752679
        },
        {
            "start": 816752685,
            "stop": 816752689
        },
        {
            "start": 816752692,
            "stop": 816752822
        },
        {
            "start": 816757833,
            "stop": 816757889
        },
        {
            "start": 816757894,
            "stop": 816758011
        },
        {
            "start": 816758014,
            "stop": 816758038
        },
        {
            "start": 816758041,
            "stop": 816758048
        },
        {
            "start": 816758051,
            "stop": 816758128
        },
        {
            "start": 816758132,
            "stop": 816758136
        },
        {
            "start": 816758139,
            "stop": 816758144
        },
        {
            "start": 816758147,
            "stop": 816758232
        },
        {
            "start": 816758237,
            "stop": 816758240
        },
        {
            "start": 816758244,
            "stop": 816758301
        },
        {
            "start": 816758305,
            "stop": 816758386
        }
    ]
}