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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=41",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 42,
    "results": [
        {
            "start": 968380648,
            "stop": 968380761
        },
        {
            "start": 968421955,
            "stop": 968422066
        },
        {
            "start": 968458257,
            "stop": 968458369
        },
        {
            "start": 968487400,
            "stop": 968487553
        },
        {
            "start": 968587709,
            "stop": 968587862
        },
        {
            "start": 968633589,
            "stop": 968633742
        },
        {
            "start": 968654973,
            "stop": 968655086
        },
        {
            "start": 968754116,
            "stop": 968754277
        },
        {
            "start": 968776461,
            "stop": 968776573
        },
        {
            "start": 968804820,
            "stop": 968804981
        },
        {
            "start": 968827052,
            "stop": 968827165
        },
        {
            "start": 968849037,
            "stop": 968849149
        },
        {
            "start": 968854197,
            "stop": 968854310
        },
        {
            "start": 968906005,
            "stop": 968906118
        },
        {
            "start": 968927742,
            "stop": 968927855
        },
        {
            "start": 969005679,
            "stop": 969005791
        },
        {
            "start": 969013400,
            "stop": 969013511
        },
        {
            "start": 969070102,
            "stop": 969070254
        },
        {
            "start": 969078605,
            "stop": 969078718
        },
        {
            "start": 969085798,
            "stop": 969085910
        }
    ]
}