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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 88,
    "results": [
        {
            "start": 1238445236,
            "stop": 1238445393
        },
        {
            "start": 1238445395,
            "stop": 1238445408
        },
        {
            "start": 1238445409,
            "stop": 1238445599
        },
        {
            "start": 1238445601,
            "stop": 1238445828
        },
        {
            "start": 1238445830,
            "stop": 1238445850
        },
        {
            "start": 1238445851,
            "stop": 1238445871
        },
        {
            "start": 1238445872,
            "stop": 1238445885
        },
        {
            "start": 1238445887,
            "stop": 1238446026
        },
        {
            "start": 1238446028,
            "stop": 1238446029
        },
        {
            "start": 1238446032,
            "stop": 1238446319
        },
        {
            "start": 1238446321,
            "stop": 1238446514
        },
        {
            "start": 1238446516,
            "stop": 1238446517
        },
        {
            "start": 1238446519,
            "stop": 1238446859
        },
        {
            "start": 1238446861,
            "stop": 1238446873
        },
        {
            "start": 1238446875,
            "stop": 1238447085
        },
        {
            "start": 1238447087,
            "stop": 1238447099
        },
        {
            "start": 1238447101,
            "stop": 1238447191
        },
        {
            "start": 1238447193,
            "stop": 1238447207
        },
        {
            "start": 1238447210,
            "stop": 1238447213
        },
        {
            "start": 1238447219,
            "stop": 1238447396
        }
    ]
}