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=1844
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=1845",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1843",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1844,
    "results": [
        {
            "start": 965238747,
            "stop": 965248726
        },
        {
            "start": 965248727,
            "stop": 965249814
        },
        {
            "start": 965249815,
            "stop": 965253522
        },
        {
            "start": 965253523,
            "stop": 965264203
        },
        {
            "start": 965264583,
            "stop": 965271994
        },
        {
            "start": 965272370,
            "stop": 965276317
        },
        {
            "start": 965280213,
            "stop": 965280787
        },
        {
            "start": 965280789,
            "stop": 965287591
        },
        {
            "start": 965287920,
            "stop": 965290302
        },
        {
            "start": 965290304,
            "stop": 965291900
        },
        {
            "start": 965291901,
            "stop": 965306277
        },
        {
            "start": 965309226,
            "stop": 965312953
        },
        {
            "start": 965312954,
            "stop": 965313309
        },
        {
            "start": 965313310,
            "stop": 965314091
        },
        {
            "start": 965314093,
            "stop": 965323386
        },
        {
            "start": 965325262,
            "stop": 965328218
        },
        {
            "start": 965328219,
            "stop": 965328579
        },
        {
            "start": 965328580,
            "stop": 965342096
        },
        {
            "start": 965342483,
            "stop": 965343720
        },
        {
            "start": 965343721,
            "stop": 965359907
        }
    ]
}