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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33368",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33369,
    "results": [
        {
            "start": 971523972,
            "stop": 971524216
        },
        {
            "start": 971524219,
            "stop": 971525136
        },
        {
            "start": 971525141,
            "stop": 971525255
        },
        {
            "start": 971525258,
            "stop": 971525267
        },
        {
            "start": 971525270,
            "stop": 971525477
        },
        {
            "start": 971525507,
            "stop": 971525534
        },
        {
            "start": 971525538,
            "stop": 971525655
        },
        {
            "start": 971525656,
            "stop": 971525779
        },
        {
            "start": 971525782,
            "stop": 971525784
        },
        {
            "start": 971525787,
            "stop": 971526264
        },
        {
            "start": 971526267,
            "stop": 971526297
        },
        {
            "start": 971526300,
            "stop": 971526416
        },
        {
            "start": 971526419,
            "stop": 971526463
        },
        {
            "start": 971526466,
            "stop": 971526558
        },
        {
            "start": 971526561,
            "stop": 971526581
        },
        {
            "start": 971526586,
            "stop": 971526625
        },
        {
            "start": 971526628,
            "stop": 971526676
        },
        {
            "start": 971526679,
            "stop": 971526689
        },
        {
            "start": 971526692,
            "stop": 971526706
        },
        {
            "start": 971526707,
            "stop": 971526758
        }
    ]
}