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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1823",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1821",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1822,
    "results": [
        {
            "start": 962863506,
            "stop": 962882411
        },
        {
            "start": 962882413,
            "stop": 962888994
        },
        {
            "start": 962892690,
            "stop": 962894562
        },
        {
            "start": 962897630,
            "stop": 962909278
        },
        {
            "start": 962909279,
            "stop": 962909479
        },
        {
            "start": 962909480,
            "stop": 962909552
        },
        {
            "start": 962909554,
            "stop": 962910320
        },
        {
            "start": 962914185,
            "stop": 962914290
        },
        {
            "start": 962914292,
            "stop": 962914378
        },
        {
            "start": 962914379,
            "stop": 962914427
        },
        {
            "start": 962914429,
            "stop": 962914481
        },
        {
            "start": 962914482,
            "stop": 962914501
        },
        {
            "start": 962914503,
            "stop": 962914526
        },
        {
            "start": 962914527,
            "stop": 962914538
        },
        {
            "start": 962914540,
            "stop": 962914549
        },
        {
            "start": 962914551,
            "stop": 962914554
        },
        {
            "start": 962914556,
            "stop": 962914585
        },
        {
            "start": 962914586,
            "stop": 962914630
        },
        {
            "start": 962914632,
            "stop": 962914633
        },
        {
            "start": 962914635,
            "stop": 962914747
        }
    ]
}