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=1011
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=1012",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1010",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1011,
    "results": [
        {
            "start": 1252090455,
            "stop": 1252091035
        },
        {
            "start": 1252091037,
            "stop": 1252091165
        },
        {
            "start": 1252091169,
            "stop": 1252091203
        },
        {
            "start": 1252091271,
            "stop": 1252091547
        },
        {
            "start": 1252091550,
            "stop": 1252091633
        },
        {
            "start": 1252091635,
            "stop": 1252094514
        },
        {
            "start": 1252094522,
            "stop": 1252095909
        },
        {
            "start": 1252095912,
            "stop": 1252096222
        },
        {
            "start": 1252096226,
            "stop": 1252096231
        },
        {
            "start": 1252096233,
            "stop": 1252096235
        },
        {
            "start": 1252096240,
            "stop": 1252096241
        },
        {
            "start": 1252096242,
            "stop": 1252096503
        },
        {
            "start": 1252096507,
            "stop": 1252098234
        },
        {
            "start": 1252098242,
            "stop": 1252098344
        },
        {
            "start": 1252098348,
            "stop": 1252098435
        },
        {
            "start": 1252098438,
            "stop": 1252098734
        },
        {
            "start": 1252098738,
            "stop": 1252099597
        },
        {
            "start": 1252099599,
            "stop": 1252099646
        },
        {
            "start": 1252099649,
            "stop": 1252100775
        },
        {
            "start": 1252100779,
            "stop": 1252100843
        }
    ]
}