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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=34",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 35,
    "results": [
        {
            "start": 968358896,
            "stop": 968359008
        },
        {
            "start": 968393440,
            "stop": 968393600
        },
        {
            "start": 968421952,
            "stop": 968422065
        },
        {
            "start": 968458257,
            "stop": 968458369
        },
        {
            "start": 968466817,
            "stop": 968466928
        },
        {
            "start": 968487401,
            "stop": 968487553
        },
        {
            "start": 968587712,
            "stop": 968587865
        },
        {
            "start": 968611496,
            "stop": 968611608
        },
        {
            "start": 968633584,
            "stop": 968633744
        },
        {
            "start": 968654969,
            "stop": 968655081
        },
        {
            "start": 968717176,
            "stop": 968717288
        },
        {
            "start": 968754121,
            "stop": 968754272
        },
        {
            "start": 968776465,
            "stop": 968776576
        },
        {
            "start": 968827056,
            "stop": 968827168
        },
        {
            "start": 968854192,
            "stop": 968854304
        },
        {
            "start": 968906000,
            "stop": 968906112
        },
        {
            "start": 968927745,
            "stop": 968927857
        },
        {
            "start": 968933161,
            "stop": 968933320
        },
        {
            "start": 968970569,
            "stop": 968970720
        },
        {
            "start": 968992040,
            "stop": 968992152
        }
    ]
}