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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7246",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7247,
    "results": [
        {
            "start": 874875547,
            "stop": 874875551
        },
        {
            "start": 874875553,
            "stop": 874875647
        },
        {
            "start": 874875648,
            "stop": 874875651
        },
        {
            "start": 874875654,
            "stop": 874875655
        },
        {
            "start": 874875657,
            "stop": 874875658
        },
        {
            "start": 874875660,
            "stop": 874875662
        },
        {
            "start": 874875664,
            "stop": 874875665
        },
        {
            "start": 874875667,
            "stop": 874875668
        },
        {
            "start": 874875670,
            "stop": 874875675
        },
        {
            "start": 874875677,
            "stop": 874875678
        },
        {
            "start": 874875680,
            "stop": 874875686
        },
        {
            "start": 874875687,
            "stop": 874875689
        },
        {
            "start": 874875690,
            "stop": 874875718
        },
        {
            "start": 874875720,
            "stop": 874875823
        },
        {
            "start": 874875824,
            "stop": 874875852
        },
        {
            "start": 874875853,
            "stop": 874875903
        },
        {
            "start": 874875904,
            "stop": 874875958
        },
        {
            "start": 874875961,
            "stop": 874875969
        },
        {
            "start": 874875972,
            "stop": 874875977
        },
        {
            "start": 874875980,
            "stop": 874875981
        }
    ]
}