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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 87,
    "results": [
        {
            "start": 1257708816,
            "stop": 1257708844
        },
        {
            "start": 1257708848,
            "stop": 1257708849
        },
        {
            "start": 1257708852,
            "stop": 1257708884
        },
        {
            "start": 1257708885,
            "stop": 1257708887
        },
        {
            "start": 1257708888,
            "stop": 1257708893
        },
        {
            "start": 1257708894,
            "stop": 1257708923
        },
        {
            "start": 1257708924,
            "stop": 1257708928
        },
        {
            "start": 1257708936,
            "stop": 1257708944
        },
        {
            "start": 1257708945,
            "stop": 1257709251
        },
        {
            "start": 1257709252,
            "stop": 1257709299
        },
        {
            "start": 1257709300,
            "stop": 1257709302
        },
        {
            "start": 1257709318,
            "stop": 1257709332
        },
        {
            "start": 1257709333,
            "stop": 1257713881
        },
        {
            "start": 1257724228,
            "stop": 1257724328
        },
        {
            "start": 1257724331,
            "stop": 1257724334
        },
        {
            "start": 1257724337,
            "stop": 1257724340
        },
        {
            "start": 1257724345,
            "stop": 1257724356
        },
        {
            "start": 1257724359,
            "stop": 1257724368
        },
        {
            "start": 1257724371,
            "stop": 1257724470
        },
        {
            "start": 1257724473,
            "stop": 1257724592
        }
    ]
}