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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=21",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 22,
    "results": [
        {
            "start": 946539045,
            "stop": 946539158
        },
        {
            "start": 946554454,
            "stop": 946554566
        },
        {
            "start": 946580773,
            "stop": 946580886
        },
        {
            "start": 946591197,
            "stop": 946591310
        },
        {
            "start": 946615141,
            "stop": 946615294
        },
        {
            "start": 946621773,
            "stop": 946621886
        },
        {
            "start": 946626901,
            "stop": 946627014
        },
        {
            "start": 946646189,
            "stop": 946646302
        },
        {
            "start": 946695084,
            "stop": 946695245
        },
        {
            "start": 946776989,
            "stop": 946777102
        },
        {
            "start": 946840288,
            "stop": 946840449
        },
        {
            "start": 946863500,
            "stop": 946863613
        },
        {
            "start": 946871901,
            "stop": 946872013
        },
        {
            "start": 946886061,
            "stop": 946886213
        },
        {
            "start": 946958964,
            "stop": 946959125
        },
        {
            "start": 946992596,
            "stop": 946992709
        },
        {
            "start": 947007005,
            "stop": 947007117
        },
        {
            "start": 947081325,
            "stop": 947081437
        },
        {
            "start": 947088860,
            "stop": 947088973
        },
        {
            "start": 947172948,
            "stop": 947173061
        }
    ]
}