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=33337
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=33338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33336",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33337,
    "results": [
        {
            "start": 971342132,
            "stop": 971342883
        },
        {
            "start": 971342886,
            "stop": 971343121
        },
        {
            "start": 971343124,
            "stop": 971343732
        },
        {
            "start": 971343735,
            "stop": 971343764
        },
        {
            "start": 971343775,
            "stop": 971345500
        },
        {
            "start": 971345501,
            "stop": 971345648
        },
        {
            "start": 971345651,
            "stop": 971346258
        },
        {
            "start": 971346303,
            "stop": 971346308
        },
        {
            "start": 971346311,
            "stop": 971346548
        },
        {
            "start": 971346551,
            "stop": 971346683
        },
        {
            "start": 971346686,
            "stop": 971347358
        },
        {
            "start": 971347361,
            "stop": 971347894
        },
        {
            "start": 971347897,
            "stop": 971348150
        },
        {
            "start": 971348153,
            "stop": 971348885
        },
        {
            "start": 971348886,
            "stop": 971350056
        },
        {
            "start": 971350059,
            "stop": 971351207
        },
        {
            "start": 971351210,
            "stop": 971351800
        },
        {
            "start": 971354464,
            "stop": 971355592
        },
        {
            "start": 971355593,
            "stop": 971355753
        },
        {
            "start": 971355756,
            "stop": 971356081
        }
    ]
}