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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 25,
    "results": [
        {
            "start": 1257089629,
            "stop": 1257089934
        },
        {
            "start": 1257089935,
            "stop": 1257090718
        },
        {
            "start": 1257090719,
            "stop": 1257090748
        },
        {
            "start": 1257090749,
            "stop": 1257090755
        },
        {
            "start": 1257090757,
            "stop": 1257090758
        },
        {
            "start": 1257090760,
            "stop": 1257090764
        },
        {
            "start": 1257090765,
            "stop": 1257090769
        },
        {
            "start": 1257090771,
            "stop": 1257090832
        },
        {
            "start": 1257090834,
            "stop": 1257091060
        },
        {
            "start": 1257091063,
            "stop": 1257094010
        },
        {
            "start": 1257094013,
            "stop": 1257094018
        },
        {
            "start": 1257094021,
            "stop": 1257095355
        },
        {
            "start": 1257095358,
            "stop": 1257098063
        },
        {
            "start": 1257098066,
            "stop": 1257098443
        },
        {
            "start": 1257098446,
            "stop": 1257098795
        },
        {
            "start": 1257098798,
            "stop": 1257098816
        },
        {
            "start": 1257098819,
            "stop": 1257098845
        },
        {
            "start": 1257098848,
            "stop": 1257099904
        },
        {
            "start": 1257099907,
            "stop": 1257099920
        },
        {
            "start": 1257099923,
            "stop": 1257099925
        }
    ]
}