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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 40,
    "results": [
        {
            "start": 1238599250,
            "stop": 1238599645
        },
        {
            "start": 1238599648,
            "stop": 1238599670
        },
        {
            "start": 1238599673,
            "stop": 1238600808
        },
        {
            "start": 1238600811,
            "stop": 1238602002
        },
        {
            "start": 1238602005,
            "stop": 1238603443
        },
        {
            "start": 1238603451,
            "stop": 1238603812
        },
        {
            "start": 1238603814,
            "stop": 1238604380
        },
        {
            "start": 1238604383,
            "stop": 1238604650
        },
        {
            "start": 1238604653,
            "stop": 1238604867
        },
        {
            "start": 1238604870,
            "stop": 1238605041
        },
        {
            "start": 1238605043,
            "stop": 1238605748
        },
        {
            "start": 1238605751,
            "stop": 1238605753
        },
        {
            "start": 1238605755,
            "stop": 1238606081
        },
        {
            "start": 1238606089,
            "stop": 1238609688
        },
        {
            "start": 1238609696,
            "stop": 1238610302
        },
        {
            "start": 1238610306,
            "stop": 1238610308
        },
        {
            "start": 1238610312,
            "stop": 1238611058
        },
        {
            "start": 1238611061,
            "stop": 1238611180
        },
        {
            "start": 1238611188,
            "stop": 1238611463
        },
        {
            "start": 1238611465,
            "stop": 1238612165
        }
    ]
}